ERR_FRAMEBUFFER_UNAVAILABLE

The framebuffer is not available at this point in the trace.

ERR_NO_TEXTURE_DATA

No texture data has been associated with texture {{texture_name}} at this point in the trace.

ERR_STATE_UNAVAILABLE

The state is not available at this point in the trace.

ERR_VALUE_OUT_OF_BOUNDS

The value {{value}} for {{variable}} is out of bounds. Acceptable range: [{{min}}-{{max}}].

ERR_SLICE_OUT_OF_BOUNDS

The slice {{from_value}}:{{to_value}} for {{from_variable}}:{{to_variable}} is out of bounds. Acceptable range: [{{min}}-{{max}}].

ERR_INVALID_ENUM_VALUE

Invalid enum value {{value}} for {{variable}}.

ERR_CONTEXT_DOES_NOT_EXIST

No context with id {{id}} exists.

ERR_FIELD_DOES_NOT_EXIST

Value of type {{ty}} does not have field {{field}}.

ERR_MAP_KEY_DOES_NOT_EXIST

Map does not contain entry with key {{key}}.

ERR_MESH_NOT_AVAILABLE

Mesh not available.

ERR_INCORRECT_MAP_KEY_TYPE

Incorrect map key type. Got type {{got}}, expected type {{expected}}.

ERR_TYPE_NOT_ARRAY_INDEXABLE

Value of type {{ty}} is not array-indexable.

ERR_TYPE_NOT_MAP_INDEXABLE

Value of type {{ty}} is not a map-indexable.

ERR_TYPE_NOT_SLICEABLE

Value of type {{ty}} is not sliceable.

ERR_NIL_POINTER_DEREFERENCE

The object was nil.

ERR_UNSUPPORTED_CONVERSION

The object cannot be cast to the requested type.