Interface PinChangeRecoverableError.CustomValidationError
- All Superinterfaces:
MobileAuthenticationClientError
,PinChangeRecoverableError
,RecoverableError
- Enclosing interface:
- PinChangeRecoverableError
public static interface PinChangeRecoverableError.CustomValidationError
extends PinChangeRecoverableError
The provided PIN has failed the validation done in
PinPolicy.validatePinForPinChange(char[], Runnable, Consumer)
.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
A builder forCustomValidationError
.Nested classes/interfaces inherited from interface ch.nevis.mobile.sdk.api.operation.pin.PinChangeRecoverableError
PinChangeRecoverableError.CustomValidationError, PinChangeRecoverableError.InvalidPin, PinChangeRecoverableError.InvalidPinFormat, PinChangeRecoverableError.OldPinEqualsNewPin
-
Method Summary
Methods inherited from interface ch.nevis.mobile.sdk.api.MobileAuthenticationClientError
cause, description
-
Method Details
-
builder
Returns a newCustomValidationError.Builder
.- Returns:
- a new
CustomValidationError.Builder
-