Package com.checkout.threeds.domain.error
See: Description
-
Object Summary Object Description E1002_Challenge_cancelled The cardholder cancelled the challenge before completing it. E1003_Challenge_timeout The challenge was not completed within the allowed time and timed out. E1005_protocol_version_unsupported The 3DS protocol version returned by the issuer is not supported by the SDK. E1006_duplicate_authentication_request An authentication request was made that duplicates one already in progress for the same session. E1007_concurrent_authentication_request A concurrent authentication request was made while another authentication is still in progress. E1010_duplicate_sdk_initialised The SDK was initialised while an initialisation for the same session was already active. E1011_sdk_not_initialised An operation was attempted before the SDK had been initialised. E2001_connection_failed A network connection to the server could not be established. E2002_connection_timeout A network request did not complete within the allowed time and timed out. E2006_certificate_transparency_checks_failed Certificate transparency validation failed for a network call. -
Class Summary Class Description AuthenticationProcessErrorCode Sealed class representing authentication process error codes with their public messages. BaseErrorCode Base abstract class for all error codes in the 3DS SDK. ConnectivityErrorCode Sealed class representing connectivity error codes with their public messages.