The default constructor.
provides details about the error that occurred.
Optional
cause: stringthe exception (if any) that caused this error.
Optional
message: stringa localized message describing the error that can be presented to the end-user.
Provides details about the error that occurred.
Optional
causeThe exception (if any) that caused this error.
Optional
messageIf 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
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.