Interface DeviceInformationSyncError.OperationNotSupportedByBackend
- All Superinterfaces:
DeviceInformationSyncError
,MobileAuthenticationClientError
- Enclosing interface:
- DeviceInformationSyncError
public static interface DeviceInformationSyncError.OperationNotSupportedByBackend
extends DeviceInformationSyncError
The backend does not support the retrieval of out-of-band operations. The backend must be running nevisFIDO 7.2408.**
or later and the Get Device Credentials
endpoint must be accessible.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.nevis.mobile.sdk.api.operation.DeviceInformationSyncError
DeviceInformationSyncError.ClockSkewTooBig, DeviceInformationSyncError.DeviceProtectionError, DeviceInformationSyncError.NetworkError, DeviceInformationSyncError.NoDeviceLockError, DeviceInformationSyncError.OperationNotSupportedByBackend
-
Method Summary
Methods inherited from interface ch.nevis.mobile.sdk.api.MobileAuthenticationClientError
cause, description
-
Method Details
-
server
Server server()The server where the error occurred.- Returns:
- the server where the error occurred
-