public enum ErrorCode extends Enum<ErrorCode>
Enum Constant and Description |
---|
Authentication
Authentication failure
|
CredentialsExpired
The credentials used to sign the transaction have expired.
|
FingerprintAuthenticationRequired
Authentication with fingerprint is required to perform the operation.
|
FingerprintNotEnrolled
Fingerprints have not been enrolled.
|
GooglePlayServicesObsolete
Security Provider Update on Android.
|
Internal
Unexpected internal error.
|
InvalidPassword
The password fails policy requirements.
|
LostCredentials
The provisioning key securing the transaction has been wiped.
|
NotImplemented
The method is not implemented
|
PasswordCancelled
The password event has been cancelled by the user.
|
PasswordExpired
The password has expired and requires a change of password.
|
PasswordNotYetUpdatable
The password cannot be changed yet.
|
PasswordRequired
The required password was not provided.
|
Remote
Execution of a remote method call failed.
|
SerialNumberRequired
The device serial number.
|
ServerAuthentication
Authentication to the server failed.
|
ServerOperationFailed
Server Operation failed.
|
ServerProtocol
An unexpected failure has occurred in the implementation layer.
|
ServerUnsupportedOperation
Server does not support the action.
|
ServerVersion
The server protocol version is not supported by the client.
|
TransactionContainerInvalid
The transaction id refers to a container that does not exist.
|
TransactionExpired
The transaction has expired.
|
UnsafeDevice
The device is not safe enough to store sensitive secrets.
|
UnsupportedDevice
The device configuration is not supported.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static ErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorCode Internal
public static final ErrorCode NotImplemented
public static final ErrorCode Authentication
public static final ErrorCode InvalidPassword
public static final ErrorCode CredentialsExpired
public static final ErrorCode PasswordExpired
public static final ErrorCode PasswordNotYetUpdatable
public static final ErrorCode PasswordRequired
public static final ErrorCode LostCredentials
public static final ErrorCode PasswordCancelled
public static final ErrorCode SerialNumberRequired
public static final ErrorCode UnsupportedDevice
public static final ErrorCode UnsafeDevice
public static final ErrorCode FingerprintNotEnrolled
public static final ErrorCode FingerprintAuthenticationRequired
public static final ErrorCode GooglePlayServicesObsolete
public static final ErrorCode ServerAuthentication
public static final ErrorCode ServerVersion
public static final ErrorCode ServerProtocol
public static final ErrorCode Remote
public static final ErrorCode ServerUnsupportedOperation
public static final ErrorCode ServerOperationFailed
public static final ErrorCode TransactionExpired
public static final ErrorCode TransactionContainerInvalid
public static ErrorCode[] values()
for (ErrorCode c : ErrorCode.values()) System.out.println(c);
public static ErrorCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getValue()
Copyright © 2005-2020 HID Global Corporation/ASSA ABLOY AB.