Interface PinChangeError
- All Superinterfaces:
MobileAuthenticationClientError
- All Known Subinterfaces:
PinChangeError.DeviceProtectionError,PinChangeError.NoDeviceLockError,PinChangeError.PinLocked,PinChangeError.PinNotEnrolled,PinChangeError.UserCanceled,PinChangeError.UserNotResponsive
The error returned when the PIN change failed.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn error that indicates that some form of tampering was found in the application.static interfaceThe android device has no secure lock screen.static interfaceThe PIN was locked because of too many failures.static interfaceThe specified user inPinChange.username(String)does not have an enrolled PIN.static interfaceThe PIN change was canceled.static interfaceThe user took too long to provide the PIN during the change operation. -
Method Summary
Methods inherited from interface ch.nevis.mobile.sdk.api.MobileAuthenticationClientError
cause, description