Interface PasswordChangeRecoverableError

All Superinterfaces:
MobileAuthenticationClientError, RecoverableError
All Known Subinterfaces:
PasswordChangeRecoverableError.CustomValidationError, PasswordChangeRecoverableError.InvalidPassword, PasswordChangeRecoverableError.OldPasswordEqualsNewPassword

public interface PasswordChangeRecoverableError extends RecoverableError
The recoverable error that can occur when changing a password. When this error occurs, the PasswordChanger.changePassword(PasswordChangeContext, PasswordChangeHandler) method will be invoked again. This error will be returned by the PasswordChangeContext.lastRecoverableError().