abstract class Espresso::GLFWError
- Espresso::GLFWError
- Exception
- Reference
- Object
Overview
Base class for all possible GLFW errors.
Direct Known Subclasses
- Espresso::APIUnavailableError
- Espresso::FormatUnavailableError
- Espresso::InvalidEnumError
- Espresso::InvalidValueError
- Espresso::NoCurrentContextError
- Espresso::NotInitializedError
- Espresso::NoWindowContextError
- Espresso::OutOfMemoryError
- Espresso::PlatformError
- Espresso::VersionUnavailableError
Defined in:
espresso/errors/glfw_error.crInstance Method Summary
-
#code : LibGLFW::ErrorCode
Underlying value that represents the error type.