Authentication Error Type
enum AuthenticationErrorType : Enum<AuthenticationErrorType> , Parcelable
Content copied to clipboard
This enum holds the type of the error occurred during the authentication process.
Entries
InternalError
Link copied to clipboard
Content copied to clipboard
The SDK encountered an internal error.
ThreeDS2ProtocolError
Link copied to clipboard
Content copied to clipboard
The authentication did not complete because an error was reported by one of the components in the 3D Secure process.
ThreeDS1ProtocolError
Link copied to clipboard
Content copied to clipboard
The SDK encountered an error related to the 3DS1 protocol.
ConnectivityError
Link copied to clipboard
Content copied to clipboard
The communication between the SDK and the remote server could not be established.
AuthenticationProcessError
Link copied to clipboard
Content copied to clipboard
The authentication did not complete because the user or the app caused an error.