Exception definitions.
Bases: ironicclient.common.apiclient.exceptions.EndpointException
Found more than one matching endpoint in Service Catalog.
Bases: ironicclient.common.apiclient.exceptions.AuthorizationFailure
Auth plugin misses some options.
Bases: ironicclient.common.apiclient.exceptions.AuthorizationFailure
User has specified an AuthSystem that is not installed.
Bases: ironicclient.common.apiclient.exceptions.ClientException
Cannot authorize API client.
Bases: ironicclient.common.apiclient.exceptions.HttpServerError
HTTP 502 - Bad Gateway.
The server was acting as a gateway or proxy and received an invalid response from the upstream server.
Bases: ironicclient.common.apiclient.exceptions.HTTPClientError
HTTP 400 - Bad Request.
The request cannot be fulfilled due to bad syntax.
Bases: exceptions.Exception
The base exception class for all exceptions this library raises.
Bases: ironicclient.common.apiclient.exceptions.ClientException
Error in CLI tool.
Bases: ironicclient.common.apiclient.exceptions.HTTPClientError
HTTP 409 - Conflict.
Indicates that the request could not be processed because of conflict in the request, such as an edit conflict.
Bases: ironicclient.common.apiclient.exceptions.ClientException
Cannot connect to API service.
Bases: ironicclient.common.apiclient.exceptions.ConnectionError
Connection refused while trying to connect to API service.
Bases: ironicclient.common.apiclient.exceptions.ClientException
Something is rotten in Service Catalog.
Bases: ironicclient.common.apiclient.exceptions.EndpointException
Could not find requested endpoint in Service Catalog.
Bases: ironicclient.common.apiclient.exceptions.HTTPClientError
HTTP 417 - Expectation Failed.
The server cannot meet the requirements of the Expect request-header field.
Bases: ironicclient.common.apiclient.exceptions.HTTPClientError
HTTP 403 - Forbidden.
The request was a valid request, but the server is refusing to respond to it.
Bases: ironicclient.common.apiclient.exceptions.HttpServerError
HTTP 504 - Gateway Timeout.
The server was acting as a gateway or proxy and did not receive a timely response from the upstream server.
Bases: ironicclient.common.apiclient.exceptions.HTTPClientError
HTTP 410 - Gone.
Indicates that the resource requested is no longer available and will not be available again.
Bases: ironicclient.common.apiclient.exceptions.HttpError
Client-side HTTP error.
Exception for cases in which the client seems to have erred.
Bases: ironicclient.common.apiclient.exceptions.HttpError
HTTP Redirection.
Bases: ironicclient.common.apiclient.exceptions.ClientException
The base exception class for all HTTP exceptions.
Bases: ironicclient.common.apiclient.exceptions.HttpServerError
HTTP 501 - Not Implemented.
The server either does not recognize the request method, or it lacks the ability to fulfill the request.
Bases: ironicclient.common.apiclient.exceptions.HttpError
Server-side HTTP error.
Exception for cases in which the server is aware that it has erred or is incapable of performing the request.
Bases: ironicclient.common.apiclient.exceptions.HttpServerError
HTTP 505 - HttpVersion Not Supported.
The server does not support the HTTP protocol version used in the request.
Bases: ironicclient.common.apiclient.exceptions.HttpServerError
HTTP 500 - Internal Server Error.
A generic error message, given when no more specific message is suitable.
Bases: ironicclient.common.apiclient.exceptions.HTTPClientError
HTTP 411 - Length Required.
The request did not specify the length of its content, which is required by the requested resource.
Bases: ironicclient.common.apiclient.exceptions.HTTPClientError
HTTP 405 - Method Not Allowed.
A request was made of a resource using a request method not supported by that resource.
Bases: ironicclient.common.apiclient.exceptions.HTTPRedirection
HTTP 300 - Multiple Choices.
Indicates multiple options for the resource that the client may follow.
Bases: ironicclient.common.apiclient.exceptions.ClientException
Multiple entities found instead of one.
Bases: ironicclient.common.apiclient.exceptions.HTTPClientError
HTTP 406 - Not Acceptable.
The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request.
Bases: ironicclient.common.apiclient.exceptions.HTTPClientError
HTTP 404 - Not Found.
The requested resource could not be found but may be available again in the future.
Bases: ironicclient.common.apiclient.exceptions.HTTPClientError
HTTP 402 - Payment Required.
Reserved for future use.
Bases: ironicclient.common.apiclient.exceptions.HTTPClientError
HTTP 412 - Precondition Failed.
The server does not meet one of the preconditions that the requester put on the request.
Bases: ironicclient.common.apiclient.exceptions.HTTPClientError
HTTP 407 - Proxy Authentication Required.
The client must first authenticate itself with the proxy.
Bases: ironicclient.common.apiclient.exceptions.HTTPClientError
HTTP 413 - Request Entity Too Large.
The request is larger than the server is willing or able to process.
Bases: ironicclient.common.apiclient.exceptions.HTTPClientError
HTTP 408 - Request Timeout.
The server timed out waiting for the request.
Bases: ironicclient.common.apiclient.exceptions.HTTPClientError
HTTP 414 - Request-URI Too Long.
The URI provided was too long for the server to process.
Bases: ironicclient.common.apiclient.exceptions.HTTPClientError
HTTP 416 - Requested Range Not Satisfiable.
The client has asked for a portion of the file, but the server cannot supply that portion.
Bases: ironicclient.common.apiclient.exceptions.HttpServerError
HTTP 503 - Service Unavailable.
The server is currently unavailable.
Bases: ironicclient.common.apiclient.exceptions.HTTPClientError
HTTP 401 - Unauthorized.
Similar to 403 Forbidden, but specifically for use when authentication is required and has failed or has not yet been provided.
Bases: ironicclient.common.apiclient.exceptions.HTTPClientError
HTTP 422 - Unprocessable Entity.
The request was well-formed but was unable to be followed due to semantic errors.
Bases: ironicclient.common.apiclient.exceptions.HTTPClientError
HTTP 415 - Unsupported Media Type.
The request entity has a media type which the server or resource does not support.
Bases: ironicclient.common.apiclient.exceptions.ClientException
User is trying to use an unsupported version of the API.
Bases: ironicclient.common.apiclient.exceptions.ClientException
Error in validation on API client side.