Enumeration ProximityPresentationSessionErrorType

Enumeration Members

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.

UserAuthenticationCancelled: "UserAuthenticationCancelled"

User cancelled authentication.

UserAuthenticationOnDeviceNotSetup: "UserAuthenticationOnDeviceNotSetup"

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

Generated using TypeDoc