Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Latest commit

 

History

History
155 lines (88 loc) · 4.17 KB

MobileCredentialHolderErrorType.md

File metadata and controls

155 lines (88 loc) · 4.17 KB

MATTR Wallet SDK React Native / Exports / MobileCredentialHolderErrorType

Enumeration: MobileCredentialHolderErrorType

Table of contents

Enumeration Members

Enumeration Members

BluetoothPermissionDenied

BluetoothPermissionDenied = "BluetoothPermissionDenied"


BluetoothPermissionRestricted

BluetoothPermissionRestricted = "BluetoothPermissionRestricted"


CertificateNotFound

CertificateNotFound = "CertificateNotFound"


CredentialNotAdded

CredentialNotAdded = "CredentialNotAdded"


CredentialNotDeleted

CredentialNotDeleted = "CredentialNotDeleted"


CredentialNotFound

CredentialNotFound = "CredentialNotFound"


DeviceKeyAlreadyInUse

DeviceKeyAlreadyInUse = "DeviceKeyAlreadyInUse"


DeviceKeyGenerationError

DeviceKeyGenerationError = "DeviceKeyGenerationError"


DeviceKeyNotDeleted

DeviceKeyNotDeleted = "DeviceKeyNotDeleted"


DeviceKeyNotFound

DeviceKeyNotFound = "DeviceKeyNotFound"


DeviceKeysDoNotMatch

DeviceKeysDoNotMatch = "DeviceKeysDoNotMatch"


ExistingProximityPresentationSession

ExistingProximityPresentationSession = "ExistingProximityPresentationSession"


ExistingProximityPresentationSessionNotFound

ExistingProximityPresentationSessionNotFound = "ExistingProximityPresentationSessionNotFound"


InvalidCertificate

InvalidCertificate = "InvalidCertificate"


InvalidCredential

InvalidCredential = "InvalidCredential"


SdkInitialisedWithDifferentInstanceID

SdkInitialisedWithDifferentInstanceID = "SdkInitialisedWithDifferentInstanceID"


SdkNotInitialised

SdkNotInitialised = "SdkNotInitialised"


TrustedIssuerCertificateInUse

TrustedIssuerCertificateInUse = "TrustedIssuerCertificateInUse"


UserAuthentication

UserAuthentication = "UserAuthentication"


UserAuthenticationCancelled

UserAuthenticationCancelled = "UserAuthenticationCancelled"


UserAuthenticationOnDeviceNotSetup

UserAuthenticationOnDeviceNotSetup = "UserAuthenticationOnDeviceNotSetup"