HID APPROVE SDK
6.0
HID Approve SDK for Android
|
Public Member Functions | |
int | getValue () |
Public Attributes | |
Authentication =(100) | |
BiometricAuthenticationNotEnabled =(207) | |
final int | code |
CredentialsExpired =(102) | |
FingerprintAuthenticationRequired =(204) | |
FingerprintNotEnrolled =(202) | |
GooglePlayServicesObsolete =(206) | |
InexplicitContainer =(9) | |
Internal =(0) | |
InvalidArgument =(3) | |
InvalidContainer =(8) | |
InvalidPassword =(101) | |
KeyGenerationFailure =(4) | |
LostCredentials =(106) | |
NotImplemented =(1) | |
PasswordCancelled =(109) | |
PasswordExpired =(103) | |
PasswordNotYetUpdatable =(104) | |
PasswordRequired =(105) | |
ProtectionPolicyFailure =(5) | |
Remote =(303) | |
SecureDataFailure =(6) | |
SerialNumberRequired =(110) | |
ServerAuthentication =(300) | |
ServerOperationFailed =(305) | |
ServerProtocol =(302) | |
ServerUnsupportedOperation =(304) | |
ServerVersion =(301) | |
TransactionCanceled =(1002) | |
TransactionContainerInvalid =(1001) | |
TransactionExpired =(1000) | |
TransactionSigned =(1003) | |
UnsafeDevice =(201) | |
UnsupportedDevice =(200) | |
UnsupportedVersion =(7) | |
Numeric code identifying errors.
com.hidglobal.ia.service.exception.ErrorCode.Authentication =(100) |
Authentication failure
com.hidglobal.ia.service.exception.ErrorCode.BiometricAuthenticationNotEnabled =(207) |
Enabling biometric authentication is required to perform the operation
com.hidglobal.ia.service.exception.ErrorCode.CredentialsExpired =(102) |
The credentials used to sign the transaction have expired.
com.hidglobal.ia.service.exception.ErrorCode.FingerprintAuthenticationRequired =(204) |
Authentication with fingerprint is required to perform the operation.
com.hidglobal.ia.service.exception.ErrorCode.FingerprintNotEnrolled =(202) |
Fingerprints have not been enrolled.
com.hidglobal.ia.service.exception.ErrorCode.GooglePlayServicesObsolete =(206) |
Security Provider Update on Android.
com.hidglobal.ia.service.exception.ErrorCode.InexplicitContainer =(9) |
Container not found
com.hidglobal.ia.service.exception.ErrorCode.Internal =(0) |
Unexpected internal error.
com.hidglobal.ia.service.exception.ErrorCode.InvalidArgument =(3) |
Invalid argument or required argument
com.hidglobal.ia.service.exception.ErrorCode.InvalidContainer =(8) |
Container is invalid for this action
com.hidglobal.ia.service.exception.ErrorCode.InvalidPassword =(101) |
The password fails policy requirements.
com.hidglobal.ia.service.exception.ErrorCode.KeyGenerationFailure =(4) |
Unable to generate internal credential. (5.4)
com.hidglobal.ia.service.exception.ErrorCode.LostCredentials =(106) |
The provisioning key securing the transaction has been wiped.
com.hidglobal.ia.service.exception.ErrorCode.NotImplemented =(1) |
The method is not implemented
com.hidglobal.ia.service.exception.ErrorCode.PasswordCancelled =(109) |
The password event has been cancelled by the user.
com.hidglobal.ia.service.exception.ErrorCode.PasswordExpired =(103) |
The password has expired and requires a change of password.
com.hidglobal.ia.service.exception.ErrorCode.PasswordNotYetUpdatable =(104) |
The password cannot be changed yet.
com.hidglobal.ia.service.exception.ErrorCode.PasswordRequired =(105) |
The required password was not provided.
com.hidglobal.ia.service.exception.ErrorCode.ProtectionPolicyFailure =(5) |
Unable to create or locate internal protection policy. (5.4)
com.hidglobal.ia.service.exception.ErrorCode.Remote =(303) |
Execution of a remote method call failed.
com.hidglobal.ia.service.exception.ErrorCode.SecureDataFailure =(6) |
Unable to create or locate internal credential data. (5.4)
com.hidglobal.ia.service.exception.ErrorCode.SerialNumberRequired =(110) |
The device serial number.
com.hidglobal.ia.service.exception.ErrorCode.ServerAuthentication =(300) |
Authentication to the server failed.
com.hidglobal.ia.service.exception.ErrorCode.ServerOperationFailed =(305) |
Server Operation failed.
com.hidglobal.ia.service.exception.ErrorCode.ServerProtocol =(302) |
An unexpected failure has occurred in the implementation layer.
com.hidglobal.ia.service.exception.ErrorCode.ServerUnsupportedOperation =(304) |
Server does not support the action.
com.hidglobal.ia.service.exception.ErrorCode.ServerVersion =(301) |
The server protocol version is not supported by the client.
com.hidglobal.ia.service.exception.ErrorCode.TransactionCanceled =(1002) |
The transaction id refers to a canceled transaction.
com.hidglobal.ia.service.exception.ErrorCode.TransactionContainerInvalid =(1001) |
The transaction id refers to a container that does not exist. It may happen if the container is deleted locally without notifying the server.
com.hidglobal.ia.service.exception.ErrorCode.TransactionExpired =(1000) |
The transaction has expired.
com.hidglobal.ia.service.exception.ErrorCode.TransactionSigned =(1003) |
The transaction has already been signed.
com.hidglobal.ia.service.exception.ErrorCode.UnsafeDevice =(201) |
The device is not safe enough to store sensitive secrets.
com.hidglobal.ia.service.exception.ErrorCode.UnsupportedDevice =(200) |
The device configuration is not supported.
com.hidglobal.ia.service.exception.ErrorCode.UnsupportedVersion =(7) |
Container version is not supported