Static variables
staticfinalread onlyINVALID_ENUM:ALErrorDef = { name : "Invalid Enum", description : "Invalid enumeration passed to AL call" }
staticfinalread onlyINVALID_NAME:ALErrorDef = { name : "Invalid Name", description : "Invalid name (ID) passed to an AL call" }
staticfinalread onlyINVALID_OPERATION:ALErrorDef = { name : "Invalid Operation", description : "Illegal AL call" }
staticfinalread onlyINVALID_VALUE:ALErrorDef = { name : "Invalid Value", description : "Invalid value passed to 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. |
---|