enum ErrorCode;
Value | Description |
---|---|
Unknown |
Undefined error. |
NotImplemented |
Not implemented. |
InvalidPointer |
Invalid pointer. |
OperationAborted |
Operation was aborted. |
Exception |
An exception occurred. |
AccessDenied |
Access is denied. |
InvalidHandle |
Invalid DOHandle . |
InvalidIndex |
Invalid index . |
OutOfMemory |
Insufficient memory. |
InvalidArgument |
Invalid argument. |
Timeout |
End on timeout. |
InitializationFailure |
Initialization failed. |
CallInitiationFailure |
Initialization of asynchronous process failed. |
RegistrationError |
Registration failed (Registration is unnecessary for NEX.) |
BufferOverflow |
Buffer too large for sending. |
InvalidLockState |
Invalid lock state (such as when one thread needs the lock while another thread is locking). |
InvalidSequence |
Invalid sequence. |
The Core
module error codes.
CONFIDENTIAL