class Espresso::APIUnavailableError

Overview

Error indicating GLFW could not find support for the requested API.

The installed graphics driver does not support the requested API, or does not support it via the chosen context creation backend. Below are a few examples:

Defined in:

espresso/errors/api_unavailable_error.cr

Instance Method Summary

Instance methods inherited from class Espresso::GLFWError

code : LibGLFW::ErrorCode code

Instance Method Detail

def code : LibGLFW::ErrorCode #

Underlying value that represents the error type.


[View source]