Nevis Mobile Authentication SDK React Native plugin
    Preparing search index...

    Class FingerprintUserVerificationError

    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 (View Summary)

    Index

    Constructors

    Properties

    Constructors

    • The default constructor.

      Parameters

      • description: string

        provides details about the error that occurred.

      • Optionalcause: string

        the exception (if any) that caused this error.

      • Optionalmessage: 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.