class Espresso::OutOfMemoryError

Overview

Error indicating that GLFW could not allocate memory. This could be a bug in GLFW or the underlying OS.

Defined in:

espresso/errors/out_of_memory_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]