Bases: Exception
Found more than one matching endpoint in Service Catalog.
Bases: troveclient.compat.exceptions.EndpointNotFound
The auth url was not given.
Bases: Exception
Bases: troveclient.compat.exceptions.ClientException
HTTP 400 - Bad request: you sent some malformed data.
Bases: Exception
The base exception class for all exceptions this library raises.
Bases: Exception
Bases: troveclient.compat.exceptions.ClientException
HTTP 409 - Conflict.
Bases: Exception
Could not find Service or Region in Service Catalog.
Bases: troveclient.compat.exceptions.ClientException
HTTP 403 - Forbidden: your don’t have access to this resource.
Bases: troveclient.compat.exceptions.ClientException
HTTP 501 - Not Implemented: the server does not support this operation.
Bases: Exception
This form of authentication does not support looking up endpoints from an existing token.
Bases: Exception
Bases: troveclient.compat.exceptions.ClientException
HTTP 404 - Not found.
Bases: troveclient.compat.exceptions.ClientException
HTTP 413 - Over limit: you’re over the API limits for this time period.
Bases: Exception
Could not parse the response format.
Bases: troveclient.compat.exceptions.EndpointNotFound
The service url was not given.
Bases: troveclient.compat.exceptions.ClientException
HTTP 401 - Unauthorized: bad credentials.
Bases: troveclient.compat.exceptions.ClientException
HTTP 422 - Unprocessable Entity: The request cannot be processed.
Bases: Exception
Indicates that the user is trying to use an unsupported version of the API.
Return an instance of an ClientException based on a request’s response.
Usage:
resp, body = http.request(...)
if resp.status != 200:
raise exception_from_response(resp, body)
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.