Class OrchestrationErrorCodes
- java.lang.Object
-
- com.vasco.orchestration.client.errors.OrchestrationErrorCodes
-
public class OrchestrationErrorCodes extends java.lang.Object
TheOrchestrationErrorCodes
class lists every error code used when performing orchestration tasks.
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACTIVATION_ERROR
An error during activation occurredstatic int
ACTIVATION_PASSWORD_NULL_OR_EMPTY
Indicates that the activation password is null or emptystatic int
ACTIVATION_PASSWORD_WRONG_CHECKSUM
Indicates that the activation password's checksum is not validstatic int
ACTIVATION_PASSWORD_WRONG_LENGTH
Indicates that the activation password has a wrong lengthstatic int
CHANGE_PASSWORD_ERROR
An error happened during password changestatic int
COMMAND_PARSING_ERROR
An error occurred during parsing of the commandstatic int
ERROR_RESPONSE_ERROR
An error during an error response parsing occurredstatic int
LOCAL_AUTHENTICATION_ERROR
An error during local authentication occurredstatic int
LOCAL_TRANSACTION_ERROR
An error during local transaction occurredstatic int
MISSING_PERMISSION_BLUETOOTH
Missing permission for retrieving bluetooth datastatic int
MISSING_PERMISSION_LOCATION
Missing permission for retrieving locationstatic int
MISSING_PERMISSION_READ_PHONE_STATE
Deprecated.Not used anymorestatic int
MISSING_PERMISSION_WIFI
Missing permission for retrieving wifi datastatic int
NOTIFICATION_REGISTRATION_ERROR
An error during notification registration occurredstatic int
PASSWORD_LOCK
Indicates that too many failed password attempts locked the DIGIPASSstatic int
PASSWORD_NULL
Indicates that the provided password is nullstatic int
PASSWORD_TOO_LONG
Indicates that the provided password is too longstatic int
PASSWORD_TOO_SHORT
Indicates that the provided password is too shortstatic int
PASSWORD_WEAK
Indicates that the provided password is weak (e.g 1111 or 1234)static int
PASSWORD_WRONG
Indicates that the provided password is wrongstatic int
REMOTE_AUTHENTICATION_CALLBACK_NOT_SET_ERROR
Indicates that the Remote Authentication Callback is not setstatic int
REMOTE_AUTHENTICATION_ERROR
An error during remote authentication occurredstatic int
REMOTE_TRANSACTION_CALLBACK_NOT_SET_ERROR
Indicates that the Remote Transaction Callback is not setstatic int
REMOTE_TRANSACTION_ERROR
An error during remote transaction occurredstatic int
UNKNOWN_ERROR
an unknown error occurredstatic int
USER_ID_NULL_OR_EMPTY
Indicates that the user ID is null or emptystatic int
USER_ID_WRONG_FORMAT
Indicates that the user ID contains invalid characters, such as whitespaces
-
Constructor Summary
Constructors Constructor Description OrchestrationErrorCodes()
-
-
-
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 anymoreMissing 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
-
-