ERROR (ENUM)

TYPE ERROR :

This data structure describes errors which might occur when using functions of the CAA_Callback library. Error range 20000 – 20099 is reserved for this library in the prefix registration for libraries.

Attributes:

qualified_only

InOut:

Name

Initial

Comment

NO_ERROR

0

No error

FIRST_ERROR

20000

Start of standard error area

HANDLE_INVALID

20001

Handle is invalid. Callback may be already unregistered

UNKNOWN_EVENT

20002

Event not known

CALLBACK_NOT_REMOVABLE

20003

Callback can't be removed

WRONG_ARGUMENT

20004

Argument is a null pointer

CB_NO_MEMORY

20005

Not enough memory

CB_EVENT_EXISTS

20006

The event already exists

CB_CALL_CALLBACKS_FAILED

20007

The event already exists

CB_NO_SYSTEM_EVENT

20008

The specified event is not an system event

CB_BUFFER_NOT_AVAILABLE

20009

No buffer available

CB_SYSTEM_EVENT

20010

The event, which should be sent or posted, is a system event

FIRST_MF

20050

manufacturer specific

LAST_ERROR

20099

End of the standard error area