class Espresso::InvalidEnumError
- Espresso::InvalidEnumError
- Espresso::GLFWError
- Exception
- Reference
- Object
Overview
Error indicating a value given to a function was not appropriate for its context.
This error should not occur with the Espresso wrapper. If it's encountered, it's probably a bug in Espresso and should be reported.
Defined in:
espresso/errors/invalid_enum_error.crInstance Method Summary
-
#code : LibGLFW::ErrorCode
Underlying value that represents the error type.