Interface PinEnrollmentError
- All Superinterfaces:
MobileAuthenticationClientError
,RecoverableError
- All Known Subinterfaces:
PinEnrollmentError.CustomValidationError
,PinEnrollmentError.InvalidPinFormat
The object that informs that an error occurred during PIN enrollment.
Currently, all the errors created by the SDK are always an
PinEnrollmentError.InvalidPinFormat
.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The provided PIN has failed the validation done inPinPolicy.validatePinForEnrollment(char[], java.lang.Runnable, ch.nevis.mobile.sdk.api.util.Consumer<ch.nevis.mobile.sdk.api.operation.pin.PinEnrollmentError.CustomValidationError>)
.static interface
The provided PIN has characters that are not digits, or its length is not compliant with the minimum and maximum PIN lengths defined inPinPolicy
. -
Method Summary
Methods inherited from interface ch.nevis.mobile.sdk.api.MobileAuthenticationClientError
cause, description