aihwkit.cloud.client.exceptions module¶
Exceptions related to the cloud client.
-
exception
aihwkit.cloud.client.exceptions.ApiResponseError(response)¶ Bases:
aihwkit.cloud.client.exceptions.ResponseErrorError retrieving a response (object storage).
- Parameters
response (requests.models.Response) –
-
exception
aihwkit.cloud.client.exceptions.CredentialsError¶ Bases:
aihwkit.exceptions.CloudErrorErrors related to cloud credentials.
-
exception
aihwkit.cloud.client.exceptions.ExperimentStatusError¶ Bases:
aihwkit.exceptions.CloudErrorError dependent on to the Experiment status.
-
exception
aihwkit.cloud.client.exceptions.InvalidResponseFieldError¶ Bases:
aihwkit.exceptions.CloudErrorInvalid or unsupported field in the response.
-
exception
aihwkit.cloud.client.exceptions.ResponseError(response)¶ Bases:
aihwkit.exceptions.CloudErrorError retrieving a response.
- Parameters
response (requests.models.Response) –