class Espresso::PlatformError
- Espresso::PlatformError
- Espresso::GLFWError
- Exception
- Reference
- Object
Overview
Error indicating that GLFW had a problem running on the current system/platform. This can be due to multiple things:
- A bug or configuration error in GLFW
- The underlying OS or drivers
- Lack of required resources
Defined in:
espresso/errors/platform_error.crInstance Method Summary
-
#code : LibGLFW::ErrorCode
Underlying value that represents the error type.