index

Reference: Return codes

asSUCCESS                                 0
asERROR                                  -1
asCONTEXT_ACTIVE                         -2
asCONTEXT_NOT_FINISHED                   -3
asCONTEXT_NOT_PREPARED                   -4
asINVALID_ARG                            -5
asNO_FUNCTION                            -6
asNOT_SUPPORTED                          -7
asINVALID_NAME                           -8
asNAME_TAKEN                             -9
asINVALID_DECLARATION                   -10
asINVALID_OBJECT                        -11
asINVALID_TYPE                          -12
asALREADY_REGISTERED                    -13
asMULTIPLE_FUNCTIONS                    -14
asNO_MODULE                             -15
asNO_GLOBAL_VAR                         -16
asINVALID_CONFIGURATION                 -17
asINVALID_INTERFACE                     -18
asCANT_BIND_ALL_FUNCTIONS               -19
asLOWER_ARRAY_DIMENSION_NOT_REGISTERED  -20

asSUCCESS

Call finished successfully.

asERROR

An error occured.

asCONTEXT_ACTIVE

A script context is currently active.

asCONTEXT_NOT_FINISHED

A script context hasn't finished the execution.

asCONTEXT_NOT_PREPARED

The context hasn't been prepared yet and cannot be executed.

asINVALID_ARG

One or more arguments are invalid.

asNO_FUNCTION

No function could be found.

asNOT_SUPPORTED

The feature you are trying to use is not yet supported.

asINVALID_NAME

The name is invalid.

asNAME_TAKEN

The name is taken.

asINVALID_DECLARATION

The declaration is invalid.

asINVALID_OBJECT

The object is invalid.

asINVALID_TYPE

The type is invalid.

asALREADY_REGISTERED

The function, property, or object is already registered.

asMULTIPLE_FUNCTIONS

Multiple functions were found that matches the search.

asNO_MODULE

No module with the specified name could be found.

asNO_GLOBAL_VAR

No global variable with the specified name could be found.

asINVALID_CONFIGURATION

At least one of the registration methods failed.

asINVALID_INTERFACE

The function cannot be bound because the interface is not correct.

asCANT_BIND_ALL_FUNCTIONS

Not all of the functions could be bound.

asLOWER_ARRAY_DIMENSION_NOT_REGISTERED

A lower dimension array must be registered first.

top