Interface DeviceInformationCheckError.OperationNotSupportedByBackend
- All Superinterfaces:
DeviceInformationCheckError
,MobileAuthenticationClientError
- Enclosing interface:
- DeviceInformationCheckError
public static interface DeviceInformationCheckError.OperationNotSupportedByBackend
extends DeviceInformationCheckError
The backend does not support the retrieval of credentials. 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.DeviceInformationCheckError
DeviceInformationCheckError.ClockSkewTooBig, DeviceInformationCheckError.DeviceProtectionError, DeviceInformationCheckError.Forbidden, DeviceInformationCheckError.NetworkError, DeviceInformationCheckError.NoDeviceLockError, DeviceInformationCheckError.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
-