Interface PinChangeRecoverableError

All Superinterfaces:
MobileAuthenticationClientError, RecoverableError
All Known Subinterfaces:
PinChangeRecoverableError.CustomValidationError, PinChangeRecoverableError.InvalidPin, PinChangeRecoverableError.InvalidPinFormat, PinChangeRecoverableError.OldPinEqualsNewPin

public interface PinChangeRecoverableError extends RecoverableError
The recoverable error that can occur when changing a PIN. When this error occurs, the PinChanger.changePin(PinChangeContext, PinChangeHandler) method will be invoked again. This error will be returned by the PinChangeContext.lastRecoverableError().