STDSErrorMessageCode Constants Reference
Declared in | STDSErrorMessage.h |
---|
STDSErrorMessageCode
Error codes as defined by the 3DS2 spec.
Definition
typedef NS_ENUM(NSInteger, STDSErrorMessageCode ) {
STDSErrorMessageCodeInvalidMessage = 101,
STDSErrorMessageCodeRequiredDataElementMissing = 201,
STDSErrorMessageCodeUnrecognizedCriticalMessageExtension = 202,
STDSErrorMessageErrorInvalidDataElement = 203,
STDSErrorMessageErrorTransactionIDNotRecognized = 301,
STDSErrorMessageErrorDataDecryptionFailure = 302,
STDSErrorMessageErrorTimeout = 402,
};
Constants
STDSErrorMessageCodeInvalidMessage
-
The SDK received a message that is not an ARes, CRes, or ErrorMessage.
Declared In
STDSErrorMessage.h
. STDSErrorMessageCodeRequiredDataElementMissing
-
A required data element is missing from the network response.
Declared In
STDSErrorMessage.h
. STDSErrorMessageCodeUnrecognizedCriticalMessageExtension
-
Error codes as defined by the 3DS2 spec.
Declared In
STDSErrorMessage.h
. STDSErrorMessageErrorInvalidDataElement
-
A data element is not in the required format or the value is invalid.
Declared In
STDSErrorMessage.h
. STDSErrorMessageErrorTransactionIDNotRecognized
-
Error codes as defined by the 3DS2 spec.
Declared In
STDSErrorMessage.h
. STDSErrorMessageErrorDataDecryptionFailure
-
A network response could not be decrypted or verified.
Declared In
STDSErrorMessage.h
. STDSErrorMessageErrorTimeout
-
The SDK timed out
Declared In
STDSErrorMessage.h
.
Declared In
STDSErrorMessage.h