Class OrchestrationErrorCodes


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

      • UNKNOWN_ERROR

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

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

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

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

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

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

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

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

        public static final int CHANGE_PASSWORD_ERROR
        An error happened during password change
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • ACTIVATION_PASSWORD_WRONG_LENGTH

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

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

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

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

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

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

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

        public static final int PASSWORD_LOCK
        Indicates that too many failed password attempts locked the DIGIPASS
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • MISSING_PERMISSION_LOCATION

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

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

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

        public static final int ERROR_RESPONSE_ERROR
        An error during an error response parsing occurred
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
    • Constructor Detail

      • OrchestrationErrorCodes

        public OrchestrationErrorCodes()