 |
XMP Toolkit SDK
6.0.0
|
Go to the documentation of this file. 1 #ifndef XMPCommonErrorCodes_h__
2 #define XMPCommonErrorCodes_h__ 1
116 #endif // XMPCommonErrorCodes_h__
@ kCECValueTypeMismatch
Indicates the type of value stored for a key is different than what client is asking for.
@ kGECNone
Indicates no error.
eGeneralErrorCode
Indicates various types of error codes within General Domain.
@ kCECodeMaxValue
Maximum value this enum can hold, should be treated as invalid value.
@ kGECStandardException
Indicates that standard exception has occurred.
@ kGECUnknownExceptionCaught
Indicates that some unknown exception has occurred.
@ kCECKeyNotSupported
Indicates that key is not supported by the object.
@ kGECExternalFailure
Indicates an external failure.
@ kGECLogicalError
Indicates logic failure.
eMemoryManagementErrorCode
Indicates various types of error codes within Memory Management domain.
@ kGECMaxValue
Maximum value this enum can hold, should be treated as invalid value.
static const uint32 kMaxEnumValue(Max_XMP_Uns32)
@ kGECClientThrownExceptionCaught
Indicates that client code has thrown some exception.
@ kCECValueNotSupported
Indicates an invalid value is provided.
@ kGECIndexOutOfBounds
Indicates index provided is out of bounds.
@ kGECInternalFailure
Indicates an internal failure.
@ kGECDeprecatedFunctionCall
Indicates a call to deprecated function.
@ kCECNone
Indicates no error.
@ kCECValueTypeNotSupported
Indicates different type of value provided than the one supported for a key.
@ kGECUserAbort
Indicates an error due to User Abort.
eConfigurableErrorCode
Indicates various types of error codes within Configurable domain.
@ kGECUnknownFailure
Indicates an unknown failure.
@ kMMECMaxValue
Maximum value this enum can hold, should be treated as invalid value.
@ kGECParametersNotAsExpected
Indicates that parameters passed to function are not as expected.
@ kMMECAllocationFailure
Indicates that allocation has failed.
@ kGECVersionUnavailable
Indicates that version expected by client is not available in the library.
@ kGECAssertionFailure
Indicates that some assertion has failed.
@ kMMECNone
Indicates no error.
@ kCECPreviousTypeDifferent
Indicates that different value type is previously stored for a key.
@ kGECInterfaceUnavailable
Indicates a particular interface is not available.
@ kGECNotImplemented
Indicates that functionality is not yet implemented.