Enumeration MobileCredentialVerifierErrorType

Enumeration Members

AppleWalletNotAvailable: "AppleWalletNotAvailable"

iOS only:

Apple Wallet is unavailable for this request.

BluetoothDisabled: "BluetoothDisabled"

The Bluetooth is not enabled.

BluetoothPermissionDenied: "BluetoothPermissionDenied"

The user has denied bluetooth permissions for the sdk.

BluetoothPermissionRestricted: "BluetoothPermissionRestricted"

The sdk has not been authorised to use bluetooth.

Connectivity: "Connectivity"
DigitalCredentialManager: "DigitalCredentialManager"
ExistingProximityPresentationSession: "ExistingProximityPresentationSession"

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

ExistingProximityPresentationSessionNotFound: "ExistingProximityPresentationSessionNotFound"

No active presentation session.

FailedToCreateProximityPresentationSession: "FailedToCreateProximityPresentationSession"

Failed to create proximity presentation session

FailedToRequestMobileCredentials: "FailedToRequestMobileCredentials"
FailedToStoreCertificate: "FailedToStoreCertificate"

Unable to store certificate.

IllegalState: "IllegalState"

Proximity presentation session incorrect state

InvalidCertificate: "InvalidCertificate"

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

PlatformConfigurationInvalid: "PlatformConfigurationInvalid"
PlatformNotSupported: "PlatformNotSupported"

The operating system or platform does not support the requested operation.

SdkInitialized: "SdkInitialized"

Operation requires the SDK be deinitialized first

SdkNotInitialized: "SdkNotInitialized"

Thrown when trying to create a QR proximity session or register for NFC before the SDK is init

SessionAborted: "SessionAborted"
SessionTimedOut: "SessionTimedOut"
StorageInitialization: "StorageInitialization"

Unable to successfully initialize storage for sdk

StorageInitializedInBackground: "StorageInitializedInBackground"

The app was in the background so storage could not be initialized

UnknownError: "UnknownError"

Unknown error.

UnsupportedCurve: "UnsupportedCurve"

Unsupported Curve for create proximity presentation session.

UserCanceled: "UserCanceled"

Generated using TypeDoc