mw::mo::mocam::ErrorCodes Enumerated Type

Syntax

enum ErrorCodes;

Value

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).

Description

Enumerated type for error codes returned by the library.

Revision History

2011/03/15
Initial version.

CONFIDENTIAL