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 receivng request.

MobileCredentialRequestReceivedOnTerminatedSession: "MobileCredentialRequestReceivedOnTerminatedSession"

Received mobile credential on a termianted 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 reponses 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 user's device.

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