Interface PinUserVerificationError

All Superinterfaces:
MobileAuthenticationClientError, RecoverableError
All Known Subinterfaces:
PinUserVerificationError.InvalidPin

public interface PinUserVerificationError extends RecoverableError
The recoverable error that can occur when verifying the user with a PIN.

When this error occurs, the PinUserVerifier.verifyPin(PinUserVerificationContext, PinUserVerificationHandler) method will be invoked again. This error will be returned by the PinUserVerificationContext.lastRecoverableError().

Currently this is always an PinUserVerificationError.InvalidPin.