Enumeration ProximityPresentationSessionErrorType

Enumeration Members

AuthenticationCancelled: "AuthenticationCancelled"

User cancelled authentication.

CannotEstablishSession: "CannotEstablishSession"

Unable to establish a presentation session.

DataTransportFailed: "DataTransportFailed"

Failed to send response to verifier.

InvalidMobileCredentialId: "InvalidMobileCredentialId"

Could not retrieve mobile credential from provided Id.

MobileCredentialRequestDecodingError: "MobileCredentialRequestDecodingError"

There was an error decoding the received request.

MobileCredentialRequestNotReceived: "MobileCredentialRequestNotReceived"

Cannot send response before receiving request.

MobileCredentialRequestReceivedOnTerminatedSession: "MobileCredentialRequestReceivedOnTerminatedSession"

Received mobile credential on a terminated session.

MobileCredentialResponseOnTerminatedSession: "MobileCredentialResponseOnTerminatedSession"

Cannot send response as presentation session has been terminated.

MobileCredentialsWithDuplicateDocTypes: "MobileCredentialsWithDuplicateDocTypes"

Cannot send multiple mobile credentials with the same doc type.

ResponseAlreadyInProgress: "ResponseAlreadyInProgress"

Cannot send multiple responses for a single request.

SessionNotEstablished: "SessionNotEstablished"
SessionTerminated: "SessionTerminated"

Presentation session has been terminated.

Unknown: "Unknown"

Unknown exception thrown from the native SDK.

UserAuthentication: "UserAuthentication"

User authentication failed.

UserAuthenticationBiometryLockout: "UserAuthenticationBiometryLockout"

Biometry has been locked out on the user's device.

UserAuthenticationOnDeviceNotSetup: "UserAuthenticationOnDeviceNotSetup"

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

UserAuthenticationUnrecoverableKey: "UserAuthenticationUnrecoverableKey"

(Android only) The user authentication key has become unrecoverable and requires re-initialization. This can occur if the user disables the device's native PIN or security settings after the wallet has been initialized.

Generated using TypeDoc