Interface OutOfBandOperationError
- All Superinterfaces:
MobileAuthenticationClientError
- All Known Subinterfaces:
OutOfBandOperationError.DeviceProtectionError
,OutOfBandOperationError.NetworkError
,OutOfBandOperationError.NoDeviceLockError
,OutOfBandOperationError.TokenAlreadyRedeemed
,OutOfBandOperationError.TokenExpired
The error that can occur when the processing of a
OutOfBandPayload
fails.- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic 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 token was already redeemed.static interface
The token has expired. -
Method Summary
Methods inherited from interface ch.nevis.mobile.sdk.api.MobileAuthenticationClientError
cause, description