Class OrchestrationErrorCodes
java.lang.Object
com.vasco.orchestration.client.errors.OrchestrationErrorCodes
The
OrchestrationErrorCodes
class lists every error code used when performing
orchestration tasks.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
An error during activation occurredstatic final int
Indicates that the activation password is null or emptystatic final int
Indicates that the activation password's checksum is not validstatic final int
Indicates that the activation password has a wrong lengthstatic final int
An error happened during password changestatic final int
An error occurred during parsing of the commandstatic final int
An error during an error response parsing occurredstatic final int
An error during local authentication occurredstatic final int
An error during local transaction occurredstatic final int
Missing permission for retrieving bluetooth datastatic final int
Missing permission for retrieving locationstatic final int
Deprecated.Not used anymorestatic final int
Missing permission for retrieving wifi datastatic final int
An error during notification registration occurredstatic final int
Indicates that too many failed password attempts locked the DIGIPASSstatic final int
Indicates that the provided password is nullstatic final int
Indicates that the provided password is too longstatic final int
Indicates that the provided password is too shortstatic final int
Indicates that the provided password is weak (e.g 1111 or 1234)static final int
Indicates that the provided password is wrongstatic final int
Indicates that the Remote Authentication Callback is not setstatic final int
An error during remote authentication occurredstatic final int
Indicates that the Remote Transaction Callback is not setstatic final int
An error during remote transaction occurredstatic final int
an unknown error occurredstatic final int
Indicates that the user ID is null or emptystatic final int
Indicates that the user ID contains invalid characters, such as whitespaces -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
UNKNOWN_ERROR
public static final int UNKNOWN_ERRORan unknown error occurred- See Also:
-
COMMAND_PARSING_ERROR
public static final int COMMAND_PARSING_ERRORAn error occurred during parsing of the command- See Also:
-
ACTIVATION_ERROR
public static final int ACTIVATION_ERRORAn error during activation occurred- See Also:
-
LOCAL_AUTHENTICATION_ERROR
public static final int LOCAL_AUTHENTICATION_ERRORAn error during local authentication occurred- See Also:
-
LOCAL_TRANSACTION_ERROR
public static final int LOCAL_TRANSACTION_ERRORAn error during local transaction occurred- See Also:
-
REMOTE_AUTHENTICATION_ERROR
public static final int REMOTE_AUTHENTICATION_ERRORAn error during remote authentication occurred- See Also:
-
REMOTE_TRANSACTION_ERROR
public static final int REMOTE_TRANSACTION_ERRORAn error during remote transaction occurred- See Also:
-
NOTIFICATION_REGISTRATION_ERROR
public static final int NOTIFICATION_REGISTRATION_ERRORAn error during notification registration occurred- See Also:
-
CHANGE_PASSWORD_ERROR
public static final int CHANGE_PASSWORD_ERRORAn error happened during password change- See Also:
-
USER_ID_NULL_OR_EMPTY
public static final int USER_ID_NULL_OR_EMPTYIndicates that the user ID is null or empty- See Also:
-
USER_ID_WRONG_FORMAT
public static final int USER_ID_WRONG_FORMATIndicates 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_EMPTYIndicates that the activation password is null or empty- See Also:
-
ACTIVATION_PASSWORD_WRONG_LENGTH
public static final int ACTIVATION_PASSWORD_WRONG_LENGTHIndicates that the activation password has a wrong length- See Also:
-
ACTIVATION_PASSWORD_WRONG_CHECKSUM
public static final int ACTIVATION_PASSWORD_WRONG_CHECKSUMIndicates that the activation password's checksum is not valid- See Also:
-
PASSWORD_NULL
public static final int PASSWORD_NULLIndicates that the provided password is null- See Also:
-
PASSWORD_TOO_SHORT
public static final int PASSWORD_TOO_SHORTIndicates that the provided password is too short- See Also:
-
PASSWORD_TOO_LONG
public static final int PASSWORD_TOO_LONGIndicates that the provided password is too long- See Also:
-
PASSWORD_WEAK
public static final int PASSWORD_WEAKIndicates that the provided password is weak (e.g 1111 or 1234)- See Also:
-
PASSWORD_WRONG
public static final int PASSWORD_WRONGIndicates that the provided password is wrong- See Also:
-
PASSWORD_LOCK
public static final int PASSWORD_LOCKIndicates that too many failed password attempts locked the DIGIPASS- See Also:
-
MISSING_PERMISSION_READ_PHONE_STATE
public static final int MISSING_PERMISSION_READ_PHONE_STATEDeprecated.Not used anymoreMissing permission to retrieved the devices's IMEI- See Also:
-
MISSING_PERMISSION_LOCATION
public static final int MISSING_PERMISSION_LOCATIONMissing permission for retrieving location- See Also:
-
MISSING_PERMISSION_BLUETOOTH
public static final int MISSING_PERMISSION_BLUETOOTHMissing permission for retrieving bluetooth data- See Also:
-
MISSING_PERMISSION_WIFI
public static final int MISSING_PERMISSION_WIFIMissing permission for retrieving wifi data- See Also:
-
ERROR_RESPONSE_ERROR
public static final int ERROR_RESPONSE_ERRORAn error during an error response parsing occurred- See Also:
-
REMOTE_TRANSACTION_CALLBACK_NOT_SET_ERROR
public static final int REMOTE_TRANSACTION_CALLBACK_NOT_SET_ERRORIndicates 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_ERRORIndicates that the Remote Authentication Callback is not set- See Also:
-
-
Constructor Details
-
OrchestrationErrorCodes
public OrchestrationErrorCodes()
-