Class AuthenticationProcessErrorCode
-
- All Implemented Interfaces:
public class AuthenticationProcessErrorCode extends BaseErrorCode
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAuthenticationProcessErrorCode.E1002_Challenge_cancelledThe cardholder cancelled the challenge before completing it.
public classAuthenticationProcessErrorCode.E1003_Challenge_timeoutThe challenge was not completed within the allowed time and timed out.
public classAuthenticationProcessErrorCode.E1005_protocol_version_unsupportedThe 3DS protocol version returned by the issuer is not supported by the SDK.
public classAuthenticationProcessErrorCode.E1006_duplicate_authentication_requestAn authentication request was made that duplicates one already in progress for the same session.
public classAuthenticationProcessErrorCode.E1007_concurrent_authentication_requestA concurrent authentication request was made while another authentication is still in progress.
public classAuthenticationProcessErrorCode.E1010_duplicate_sdk_initialisedThe SDK was initialised while an initialisation for the same session was already active.
public classAuthenticationProcessErrorCode.E1011_sdk_not_initialisedAn operation was attempted before the SDK had been initialised.
-
Field Summary
Fields Modifier and Type Field Description private final Stringcodeprivate final StringpublicMessage
-
Method Summary
Modifier and Type Method Description StringgetCode()The error code string identifier. StringgetPublicMessage()The public-facing error message that can be safely displayed to users. -
-
Method Detail
-
getPublicMessage
String getPublicMessage()
The public-facing error message that can be safely displayed to users.
-
-
-
-