Authentication Process Error Code
Sealed class representing authentication process error codes with their public messages.
This class defines error codes related to the authentication process in the 3DS SDK. Each error code object contains a unique error code identifier and a public message that can be safely displayed to users.
Parameters
The error code string identifier.
The public-facing error message that can be safely displayed to users.
Inheritors
Types
The cardholder cancelled the challenge before completing it.
The challenge was not completed within the allowed time and timed out.
The 3DS protocol version returned by the issuer is not supported by the SDK.
An authentication request was made that duplicates one already in progress for the same session.
A concurrent authentication request was made while another authentication is still in progress.
The SDK was initialised while an initialisation for the same session was already active.
An operation was attempted before the SDK had been initialised.