HID APPROVE SDK  6.0
HID Approve SDK for Android
com.hidglobal.ia.service.exception.ErrorCode Enum Reference

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)
 

Detailed Description

Numeric code identifying errors.

Member Data Documentation

◆ Authentication

com.hidglobal.ia.service.exception.ErrorCode.Authentication =(100)

Authentication failure

◆ BiometricAuthenticationNotEnabled

com.hidglobal.ia.service.exception.ErrorCode.BiometricAuthenticationNotEnabled =(207)

Enabling biometric authentication is required to perform the operation

◆ CredentialsExpired

com.hidglobal.ia.service.exception.ErrorCode.CredentialsExpired =(102)

The credentials used to sign the transaction have expired.

◆ FingerprintAuthenticationRequired

com.hidglobal.ia.service.exception.ErrorCode.FingerprintAuthenticationRequired =(204)

Authentication with fingerprint is required to perform the operation.

◆ FingerprintNotEnrolled

com.hidglobal.ia.service.exception.ErrorCode.FingerprintNotEnrolled =(202)

Fingerprints have not been enrolled.

◆ GooglePlayServicesObsolete

com.hidglobal.ia.service.exception.ErrorCode.GooglePlayServicesObsolete =(206)

Security Provider Update on Android.

◆ InexplicitContainer

com.hidglobal.ia.service.exception.ErrorCode.InexplicitContainer =(9)

Container not found

◆ Internal

com.hidglobal.ia.service.exception.ErrorCode.Internal =(0)

Unexpected internal error.

◆ InvalidArgument

com.hidglobal.ia.service.exception.ErrorCode.InvalidArgument =(3)

Invalid argument or required argument

◆ InvalidContainer

com.hidglobal.ia.service.exception.ErrorCode.InvalidContainer =(8)

Container is invalid for this action

◆ InvalidPassword

com.hidglobal.ia.service.exception.ErrorCode.InvalidPassword =(101)

The password fails policy requirements.

◆ KeyGenerationFailure

com.hidglobal.ia.service.exception.ErrorCode.KeyGenerationFailure =(4)

Unable to generate internal credential. (5.4)

◆ LostCredentials

com.hidglobal.ia.service.exception.ErrorCode.LostCredentials =(106)

The provisioning key securing the transaction has been wiped.

◆ NotImplemented

com.hidglobal.ia.service.exception.ErrorCode.NotImplemented =(1)

The method is not implemented

◆ PasswordCancelled

com.hidglobal.ia.service.exception.ErrorCode.PasswordCancelled =(109)

The password event has been cancelled by the user.

◆ PasswordExpired

com.hidglobal.ia.service.exception.ErrorCode.PasswordExpired =(103)

The password has expired and requires a change of password.

◆ PasswordNotYetUpdatable

com.hidglobal.ia.service.exception.ErrorCode.PasswordNotYetUpdatable =(104)

The password cannot be changed yet.

◆ PasswordRequired

com.hidglobal.ia.service.exception.ErrorCode.PasswordRequired =(105)

The required password was not provided.

◆ ProtectionPolicyFailure

com.hidglobal.ia.service.exception.ErrorCode.ProtectionPolicyFailure =(5)

Unable to create or locate internal protection policy. (5.4)

◆ Remote

com.hidglobal.ia.service.exception.ErrorCode.Remote =(303)

Execution of a remote method call failed.

◆ SecureDataFailure

com.hidglobal.ia.service.exception.ErrorCode.SecureDataFailure =(6)

Unable to create or locate internal credential data. (5.4)

◆ SerialNumberRequired

com.hidglobal.ia.service.exception.ErrorCode.SerialNumberRequired =(110)

The device serial number.

◆ ServerAuthentication

com.hidglobal.ia.service.exception.ErrorCode.ServerAuthentication =(300)

Authentication to the server failed.

◆ ServerOperationFailed

com.hidglobal.ia.service.exception.ErrorCode.ServerOperationFailed =(305)

Server Operation failed.

◆ ServerProtocol

com.hidglobal.ia.service.exception.ErrorCode.ServerProtocol =(302)

An unexpected failure has occurred in the implementation layer.

◆ ServerUnsupportedOperation

com.hidglobal.ia.service.exception.ErrorCode.ServerUnsupportedOperation =(304)

Server does not support the action.

◆ ServerVersion

com.hidglobal.ia.service.exception.ErrorCode.ServerVersion =(301)

The server protocol version is not supported by the client.

◆ TransactionCanceled

com.hidglobal.ia.service.exception.ErrorCode.TransactionCanceled =(1002)

The transaction id refers to a canceled transaction.

◆ TransactionContainerInvalid

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.

◆ TransactionExpired

com.hidglobal.ia.service.exception.ErrorCode.TransactionExpired =(1000)

The transaction has expired.

◆ TransactionSigned

com.hidglobal.ia.service.exception.ErrorCode.TransactionSigned =(1003)

The transaction has already been signed.

◆ UnsafeDevice

com.hidglobal.ia.service.exception.ErrorCode.UnsafeDevice =(201)

The device is not safe enough to store sensitive secrets.

◆ UnsupportedDevice

com.hidglobal.ia.service.exception.ErrorCode.UnsupportedDevice =(200)

The device configuration is not supported.

◆ UnsupportedVersion

com.hidglobal.ia.service.exception.ErrorCode.UnsupportedVersion =(7)

Container version is not supported