Enumeration ErrorCode

WebGL error codes.

Enumeration Members

CONTEXT_LOST_WEBGL: 37442

The context is lost.

INVALID_ENUM: 1280

An unacceptable value has been specified for an enumerated argument.

INVALID_FRAMEBUFFER_OPERATION: 1286

The currently-bound framebuffer is not framebuffer complete.

INVALID_OPERATION: 1282

The specified command is not allowed for the current state.

INVALID_VALUE: 1281

A numeric argument is out of range.

NO_ERROR: 0

No error has been recorded.

OUT_OF_MEMORY: 1285

Not enough memory is left to execute the command.