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