Enumeration MobileCredentialHolderErrorType

Enumeration Members

BluetoothPermissionDenied: "BluetoothPermissionDenied"

The user has denied bluetooth permissions for the sdk.

BluetoothPermissionRestricted: "BluetoothPermissionRestricted"

The sdk has not been authorised to use bluetooth.

CertificateNotFound: "CertificateNotFound"

Trusted issuer certificate not found in storage.

CredentialNotAdded: "CredentialNotAdded"

Unable to store mobile credential.

CredentialNotDeleted: "CredentialNotDeleted"

Unable to delete mobile credential from storage.

CredentialNotFound: "CredentialNotFound"

Mobile credential not found in storage.

DeviceKeyAlreadyInUse: "DeviceKeyAlreadyInUse"

Cannot use the same dvice key to sign multiple mobile credentials.

DeviceKeyNotFound: "DeviceKeyNotFound"

Unable to retrieve device key from storage.

DeviceKeysDoNotMatch: "DeviceKeysDoNotMatch"

The device key in storage does not match the one contained in the mobile security object of the mobile credential.

ExistingProximityPresentationSession: "ExistingProximityPresentationSession"

A new presentation session can only be created once the current session is terminated.

ExistingProximityPresentationSessionNotFound: "ExistingProximityPresentationSessionNotFound"

No active presentation session.

InvalidCertificate: "InvalidCertificate"

Unable to add certificate as it does not conform to IACA profile as per ISO 18013-5.

InvalidCredential: "InvalidCredential"

Unsuccessful verification of mobile credential.

SdkInitialisedWithDifferentInstanceID: "SdkInitialisedWithDifferentInstanceID"

SDK has been initialised with a different instanceID.

TrustedIssuerCertificateInUse: "TrustedIssuerCertificateInUse"

Trusted issuer certificate is being used by a stored mobile credential.

UserAuthentication: "UserAuthentication"

User authentication failed.

UserAuthenticationCancelled: "UserAuthenticationCancelled"

User cancelled authentication.

UserAuthenticationOnDeviceNotSetup: "UserAuthenticationOnDeviceNotSetup"

No secure access method has been setup on user's device.

UserAuthenticationUnrecoverableKey: "UserAuthenticationUnrecoverableKey"

(Android only) User authentication key unrecoverable and requires re-initialisation. e.g. user turn off device native pin settings after wallet initialised.

Generated using TypeDoc