mw::mo::mocam::ErrorCodes
Enumerated Typeenum ErrorCodes;
Value | Description |
---|---|
OK |
Indicates that no error occurs. |
NOT_ENOUGH_MEMORY |
Indicates that a memory allocation error occurs. |
NOT_INITIALIZED |
Indicates that an object has been used without being previously initialized. |
INTERNAL_ERROR |
Indicates that a library internal error occurs. An internal error N will generate an error code 128+N (to ease debugging). |
Enumerated type for error codes returned by the library.
CONFIDENTIAL