Errors¶
-
exception
schedy.errors.HTTPError(body, code, *args)[source]¶ Base class for exceptions caused by a transaction with the service.
Parameters:
-
exception
schedy.errors.ClientError(body, code, *args)[source]¶ Exception caused by the client side.
Parameters:
-
exception
schedy.errors.ClientRequestError(body, code, *args)[source]¶ Exception caused by the content of the request.
Parameters:
-
exception
schedy.errors.AuthenticationError(body, code, *args)[source]¶ Authentication error, access to the resource is forbidden.
Parameters:
-
exception
schedy.errors.ReauthenticateError(body, code, *args)[source]¶ Authentication error, the client should retry after authenticating again.
Parameters:
-
exception
schedy.errors.ResourceExistsError(body, code, *args)[source]¶ The resource cannot be created because it exists already.
Parameters:
-
exception
schedy.errors.UnsafeUpdateError(body, code, *args)[source]¶ The resource cannot be updated safely because it has been modified by another client since its state was retrieved, so updating it could overwrite these modifications.
Parameters:
-
exception
schedy.errors.NoJobError(body, code, *args)[source]¶ The request could not return any job.
Parameters: