Interface OperationError
- All Superinterfaces:
MobileAuthenticationClientError
- All Known Subinterfaces:
AuthenticationError
,OperationError.ClockSkewTooBig
,OperationError.DeviceProtectionError
,OperationError.NetworkError
,OperationError.NoDeviceLockError
,OperationError.OperationNotSupportedByBackend
,OperationError.UserAlreadyRegisteredInAnotherServer
,OperationError.UserNotRegisteredInServer
An error occurred during registration, authentication or deregistration.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The clocks on the mobile and on the server are too apart and the server refused to validate the JWS.static interface
An error that indicates that some form of tampering was found in the application.static interface
A network error occurred while redeeming the token: either the server was not reachable or it returned an HTTP error.static interface
The android device has no secure lock screen.static interface
The backend does not support using theAuthorizationProvider.JwsAuthorizationProvider
.static interface
An error that occurs with registration when we try to register a new authenticator in a server for a given username, and there is an authenticator already registered in another server for that username.static interface
An error that occurs with username-less out-of-band authentication, if the username of a registered account is provided to theAccountSelectionHandler
, but the user is not defined in the server where the token was redeemed. -
Method Summary
Methods inherited from interface ch.nevis.mobile.sdk.api.MobileAuthenticationClientError
cause, description
-
Method Details
-
errorCode
FidoErrorCode errorCode()The FIDO UAF error that occurred.- Returns:
- the FIDO UAF error that occurred.
-