Go to the source code of this file.
|
enum | AdobeXMPCommon::eGeneralErrorCode {
AdobeXMPCommon::kGECNone = 0,
AdobeXMPCommon::kGECParametersNotAsExpected = 1,
AdobeXMPCommon::kGECVersionUnavailable = 2,
AdobeXMPCommon::kGECAssertionFailure = 3,
AdobeXMPCommon::kGECLogicalError = 4,
AdobeXMPCommon::kGECIndexOutOfBounds = 5,
AdobeXMPCommon::kGECInternalFailure = 6,
AdobeXMPCommon::kGECDeprecatedFunctionCall = 7,
AdobeXMPCommon::kGECExternalFailure = 8,
AdobeXMPCommon::kGECUnknownFailure = 9,
AdobeXMPCommon::kGECUserAbort = 10,
AdobeXMPCommon::kGECInterfaceUnavailable = 11,
AdobeXMPCommon::kGECClientThrownExceptionCaught = 100,
AdobeXMPCommon::kGECStandardException = 101,
AdobeXMPCommon::kGECUnknownExceptionCaught = 200,
AdobeXMPCommon::kGECNotImplemented = 10000,
AdobeXMPCommon::kGECMaxValue = kMaxEnumValue
} |
| Indicates various types of error codes within General Domain. More...
|
|
enum | AdobeXMPCommon::eMemoryManagementErrorCode { AdobeXMPCommon::kMMECNone = 0,
AdobeXMPCommon::kMMECAllocationFailure = 1,
AdobeXMPCommon::kMMECMaxValue = kMaxEnumValue
} |
| Indicates various types of error codes within Memory Management domain. More...
|
|
enum | AdobeXMPCommon::eConfigurableErrorCode {
AdobeXMPCommon::kCECNone = 0,
AdobeXMPCommon::kCECKeyNotSupported = 1,
AdobeXMPCommon::kCECValueTypeNotSupported = 2,
AdobeXMPCommon::kCECPreviousTypeDifferent = 3,
AdobeXMPCommon::kCECValueTypeMismatch = 4,
AdobeXMPCommon::kCECValueNotSupported = 5,
AdobeXMPCommon::kCECodeMaxValue = 0xFFFFFFFF
} |
| Indicates various types of error codes within Configurable domain. More...
|
|