alias of AmbiguousAuthSystem
Bases: watcherclient.common.apiclient.exceptions.ClientException
Could not obtain token and endpoint using provided credentials.
Bases: watcherclient.common.apiclient.exceptions.ClientException
Error in CLI tool.
An alias of watcherclient.common.apiclient.CommandError
Bases: watcherclient.common.apiclient.exceptions.HttpServerError
HTTP 500 - Internal Server Error.
A generic error message, given when no more specific message is suitable. An alias of watcherclient.common.apiclient.InternalServerError
Bases: watcherclient.common.apiclient.exceptions.ClientException
Bases: watcherclient.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. An alias of watcherclient.common.apiclient.Unauthorized
Bases: watcherclient.common.apiclient.exceptions.ClientException
Error in validation on API client side.
A generic error message, given when no more specific message is suitable. An alias of watcherclient.common.apiclient.ValidationError