Class OrchestrationErrorCodes

java.lang.Object
com.vasco.orchestration.client.errors.OrchestrationErrorCodes

public class OrchestrationErrorCodes extends Object
The OrchestrationErrorCodes class lists every error code used when performing orchestration tasks.
  • Field Details

    • UNKNOWN_ERROR

      public static final int UNKNOWN_ERROR
      an unknown error occurred
      See Also:
    • COMMAND_PARSING_ERROR

      public static final int COMMAND_PARSING_ERROR
      An error occurred during parsing of the command
      See Also:
    • ACTIVATION_ERROR

      public static final int ACTIVATION_ERROR
      An error during activation occurred
      See Also:
    • LOCAL_AUTHENTICATION_ERROR

      public static final int LOCAL_AUTHENTICATION_ERROR
      An error during local authentication occurred
      See Also:
    • LOCAL_TRANSACTION_ERROR

      public static final int LOCAL_TRANSACTION_ERROR
      An error during local transaction occurred
      See Also:
    • REMOTE_AUTHENTICATION_ERROR

      public static final int REMOTE_AUTHENTICATION_ERROR
      An error during remote authentication occurred
      See Also:
    • REMOTE_TRANSACTION_ERROR

      public static final int REMOTE_TRANSACTION_ERROR
      An error during remote transaction occurred
      See Also:
    • NOTIFICATION_REGISTRATION_ERROR

      public static final int NOTIFICATION_REGISTRATION_ERROR
      An error during notification registration occurred
      See Also:
    • CHANGE_PASSWORD_ERROR

      public static final int CHANGE_PASSWORD_ERROR
      An error happened during password change
      See Also:
    • USER_ID_NULL_OR_EMPTY

      public static final int USER_ID_NULL_OR_EMPTY
      Indicates that the user ID is null or empty
      See Also:
    • USER_ID_WRONG_FORMAT

      public static final int USER_ID_WRONG_FORMAT
      Indicates that the user ID contains invalid characters, such as whitespaces
      See Also:
    • ACTIVATION_PASSWORD_NULL_OR_EMPTY

      public static final int ACTIVATION_PASSWORD_NULL_OR_EMPTY
      Indicates that the activation password is null or empty
      See Also:
    • ACTIVATION_PASSWORD_WRONG_LENGTH

      public static final int ACTIVATION_PASSWORD_WRONG_LENGTH
      Indicates that the activation password has a wrong length
      See Also:
    • ACTIVATION_PASSWORD_WRONG_CHECKSUM

      public static final int ACTIVATION_PASSWORD_WRONG_CHECKSUM
      Indicates that the activation password's checksum is not valid
      See Also:
    • PASSWORD_NULL

      public static final int PASSWORD_NULL
      Indicates that the provided password is null
      See Also:
    • PASSWORD_TOO_SHORT

      public static final int PASSWORD_TOO_SHORT
      Indicates that the provided password is too short
      See Also:
    • PASSWORD_TOO_LONG

      public static final int PASSWORD_TOO_LONG
      Indicates that the provided password is too long
      See Also:
    • PASSWORD_WEAK

      public static final int PASSWORD_WEAK
      Indicates that the provided password is weak (e.g 1111 or 1234)
      See Also:
    • PASSWORD_WRONG

      public static final int PASSWORD_WRONG
      Indicates that the provided password is wrong
      See Also:
    • PASSWORD_LOCK

      public static final int PASSWORD_LOCK
      Indicates that too many failed password attempts locked the DIGIPASS
      See Also:
    • MISSING_PERMISSION_READ_PHONE_STATE

      public static final int MISSING_PERMISSION_READ_PHONE_STATE
      Deprecated.
      Not used anymore
      Missing permission to retrieved the devices's IMEI
      See Also:
    • MISSING_PERMISSION_LOCATION

      public static final int MISSING_PERMISSION_LOCATION
      Missing permission for retrieving location
      See Also:
    • MISSING_PERMISSION_BLUETOOTH

      public static final int MISSING_PERMISSION_BLUETOOTH
      Missing permission for retrieving bluetooth data
      See Also:
    • MISSING_PERMISSION_WIFI

      public static final int MISSING_PERMISSION_WIFI
      Missing permission for retrieving wifi data
      See Also:
    • ERROR_RESPONSE_ERROR

      public static final int ERROR_RESPONSE_ERROR
      An error during an error response parsing occurred
      See Also:
    • REMOTE_TRANSACTION_CALLBACK_NOT_SET_ERROR

      public static final int REMOTE_TRANSACTION_CALLBACK_NOT_SET_ERROR
      Indicates that the Remote Transaction Callback is not set
      See Also:
    • REMOTE_AUTHENTICATION_CALLBACK_NOT_SET_ERROR

      public static final int REMOTE_AUTHENTICATION_CALLBACK_NOT_SET_ERROR
      Indicates that the Remote Authentication Callback is not set
      See Also:
  • Constructor Details

    • OrchestrationErrorCodes

      public OrchestrationErrorCodes()