Enumeration MobileCredentialVerifierErrorType

Enumeration Members

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.

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

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

SdkNotInitialized: "SdkNotInitialized"

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

StorageInitialization: "StorageInitialization"

Unable to successfully initialize storage for sdk

UnknownError: "UnknownError"

Unknown error.

UnsupportedCurve: "UnsupportedCurve"

Unsupported Curve for create proximity presentation session.

Generated using TypeDoc