index

Reference: Return codes

asSUCCESS
asERROR
asCONTEXT_ACTIVE
asCONTEXT_NOT_FINISHED
asCONTEXT_NOT_PREPARED
asINVALID_ARG
asNO_FUNCTION
asNOT_SUPPORTED
asINVALID_NAME
asNAME_TAKEN
asINVALID_DECLARATION
asINVALID_OBJECT
asINVALID_TYPE
asALREADY_REGISTERED
asMULTIPLE_FUNCTIONS
asNO_MODULE
asNO_GLOBAL_VAR
asINVALID_CONFIGURATION
asINVALID_INTERFACE
asCANT_BIND_ALL_FUNCTIONS
asLOWER_ARRAY_DIMENSION_NOT_REGISTERED
asAPP_CANT_INTERFACE_DEFAULT_ARRAY

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.

asAPP_CANT_INTERFACE_DEFAULT_ARRAY

This code is returned if the application tries to register a function that interfaces with an array that have not previously been registered by the application.

top