The recoverable error that can occur when verifying the user with fingerprint. This occurs when the user provides bad fingerprints.

When this error occurs, the FingerprintUserVerifier.verifyFingerprint method will be invoked again. This error will be returned by the FingerprintUserVerificationContext.lastRecoverableError.

Hierarchy

Constructors

Properties

Constructors

  • The default constructor.

    Parameters

    • description: string

      provides details about the error that occurred.

    • Optional cause: string

      the exception (if any) that caused this error.

    • Optional message: string

      a localized message describing the error that can be presented to the end-user.

    Returns FingerprintUserVerificationError

Properties

description: string

Provides details about the error that occurred.

cause?: string

The exception (if any) that caused this error.

message?: string

If available, this returns a localized message describing the error that can be presented to the end-user. This message is provided by the operating system.

Generated using TypeDoc