Interface DeviceInformationCheckError.Forbidden
- All Superinterfaces:
DeviceInformationCheckError
,MobileAuthenticationClientError
- Enclosing interface:
- DeviceInformationCheckError
The SDK could not access the credentials in the backend.
This can occur if the dispatch target credentials have been removed from the server.
-
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
-