Static variables

@:value({ name : "Invalid Enum", description : "Invalid enumeration passed to AL call" })staticfinalread onlyINVALID_ENUM:ALErrorDef = { name : "Invalid Enum", description : "Invalid enumeration passed to AL call" }

@:value({ name : "Invalid Name", description : "Invalid name (ID) passed to an AL call" })staticfinalread onlyINVALID_NAME:ALErrorDef = { name : "Invalid Name", description : "Invalid name (ID) passed to an AL call" }

@:value({ name : "Invalid Operation", description : "Illegal AL call" })staticfinalread onlyINVALID_OPERATION:ALErrorDef = { name : "Invalid Operation", description : "Illegal AL call" }

@:value({ name : "Invalid Value", description : "Invalid value passed to AL call" })staticfinalread onlyINVALID_VALUE:ALErrorDef = { name : "Invalid Value", description : "Invalid value passed to AL call" }

@:value({ name : "No Error", description : "There was no error" })staticfinalread onlyNO_ERROR:ALErrorDef = { name : "No Error", description : "There was no error" }

@:value({ name : "Out of Memory", description : "Not enough memory to execute the AL call" })staticfinalread onlyOUT_OF_MEMORY:ALErrorDef = { name : "Out of Memory", description : "Not enough memory to execute the AL call" }

Static methods

staticget(id:Int):ALErrorDef

Gets the error definition assigned to the given ID.

Returns null if theres no assigned definition

Parameters:

id

ID to get definition for.