NoError
|
CmpErrors.Errors.ERR_OK
|
No error
|
WrongParameter
|
CmpErrors.Errors.ERR_PARAMETER
|
A required parameter is invalid, e.g. NULL is passed, where an instance is required
|
NoMemory
|
CmpErrors.Errors.ERR_NOMEMORY
|
Unable to allocate an internally used buffer resp. unable to store a value
|
NoObject
|
CmpErrors.Errors.ERR_NO_OBJECT
|
The specified object was not found
|
AdditionalReadCallRequired
|
CmpErrors.Errors.ERR_PENDING
|
This is not really an error, but the information, that all the data cannot be read by a single call and additional method calls are necessary
|
InvalidCall
|
20002
|
The call to a method is invalid, because this method cannot be called in this context.
|