STDSErrorCode Constants Reference
Declared in | STDSStripe3DS2Error.h |
---|
STDSErrorCode
NSError.userInfo contains this key if we couldn’t recognize critical message extension(s) The value of this key is an array of identifiers.
Definition
typedef NS_ENUM(NSInteger, STDSErrorCode ) {
STDSErrorCodeAssertionFailed = 204,
STDSErrorCodeJSONFieldInvalid = 203,
STDSErrorCodeJSONFieldMissing = 201,
STDSErrorCodeUnrecognizedCriticalMessageExtension = 202,
STDSErrorCodeDecryptionVerification = 302,
STDSErrorCodeRuntimeParsing = 400,
STDSErrorCodeRuntimeEncryption = 401,
STDSErrorCodeReceivedErrorMessage = 1000,
STDSErrorCodeUnknownMessageType = 1001,
STDSErrorCodeTimeout = 1002,
STDSErrorCodeUnknownError = 2000,
};
Constants
STDSErrorCodeAssertionFailed
-
Code triggered an assertion
Declared In
STDSStripe3DS2Error.h
. STDSErrorCodeJSONFieldInvalid
-
Received invalid or malformed data
Declared In
STDSStripe3DS2Error.h
. STDSErrorCodeJSONFieldMissing
-
Expected field missing
Declared In
STDSStripe3DS2Error.h
. STDSErrorCodeUnrecognizedCriticalMessageExtension
-
Critical message extension not recognised
Declared In
STDSStripe3DS2Error.h
. STDSErrorCodeDecryptionVerification
-
Decryption or verification error
Declared In
STDSStripe3DS2Error.h
. STDSErrorCodeRuntimeParsing
-
Error code corresponding to a
STDSRuntimeErrorEvent
for an unparseable network responseDeclared In
STDSStripe3DS2Error.h
. STDSErrorCodeRuntimeEncryption
-
Error code corresponding to a
STDSRuntimeErrorEvent
for an error with decrypting or verifying a network responseDeclared In
STDSStripe3DS2Error.h
. STDSErrorCodeReceivedErrorMessage
-
We received an ErrorMessage instead of the expected response object.
userInfo[STDSStripe3DS2ErrorMessageErrorKey]
will contain the ErrorMessage object.Declared In
STDSStripe3DS2Error.h
. STDSErrorCodeUnknownMessageType
-
We received an unknown message type.
Declared In
STDSStripe3DS2Error.h
. STDSErrorCodeTimeout
-
Request timed out
Declared In
STDSStripe3DS2Error.h
. STDSErrorCodeUnknownError
-
Unknown
Declared In
STDSStripe3DS2Error.h
.
Declared In
STDSStripe3DS2Error.h