class

Espresso::PlatformError

Inherits Espresso::GLFWError / Exception / Reference / Object

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

Instance methods

code

Underlying value that represents the error type.

Source