lastRecoverableError property
When a recoverable error occurred during the last credential verification, it returns the object describing the last error.
If present, this means that an invalid PIN was provided in the previous invocation
to PinUserVerificationHandler.verify
and thus the protection status is
PinProtectionStatusLastAttemptFailed.
Returns: the last error.
Implementation
PinUserVerificationError? get lastRecoverableError;