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