Enum AuthenticationErrorType

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      AuthenticationProcessError

      The authentication did not complete because the user or the app caused an error.

      ConnectivityError

      The communication between the SDK and the remote server could not be established. We recommend retrying authentication if this occurs.

      ThreeDS1ProtocolError

      The SDK encountered an error related to the 3DS1 protocol.

      ThreeDS2ProtocolError

      The authentication did not complete because an error was reported by one of the components in the 3D Secure process.

      InternalError

      The SDK encountered an internal error.

    • Method Summary

      Modifier and Type Method Description
      final AuthenticationErrorType valueOf(String value) Returns the enum constant of this type with the specified name.
      final Array<AuthenticationErrorType> values() Returns an array containing the constants of this enum type, in the order they're declared.
      final EnumEntries<AuthenticationErrorType> getEntries() This enum holds the type of the error occurred during the authentication process.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • valueOf

         final AuthenticationErrorType valueOf(String value)

        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

      • values

         final Array<AuthenticationErrorType> values()

        Returns an array containing the constants of this enum type, in the order they're declared.

        This method may be used to iterate over the constants.