watcherclient.exceptions module¶
- watcherclient.exceptions.AmbigiousAuthSystem¶
alias of
AmbiguousAuthSystem
- exception watcherclient.exceptions.AmbiguousAuthSystem[source]¶
Bases:
ClientExceptionCould not obtain token and endpoint using provided credentials.
- exception watcherclient.exceptions.CommandError[source]¶
Bases:
ClientExceptionError in CLI tool.
- exception watcherclient.exceptions.InternalServerError(message=None, details=None, response=None, request_id=None, url=None, method=None, http_status=None)[source]¶
Bases:
HttpServerErrorHTTP 500 - Internal Server Error.
A generic error message, given when no more specific message is suitable.
- http_status = 500¶
- message = 'Internal Server Error'¶
- exception watcherclient.exceptions.InvalidAttribute[source]¶
Bases:
ClientException
- exception watcherclient.exceptions.Unauthorized(message=None, details=None, response=None, request_id=None, url=None, method=None, http_status=None)[source]¶
Bases:
HTTPClientErrorHTTP 401 - Unauthorized.
Similar to 403 Forbidden, but specifically for use when authentication is required and has failed or has not yet been provided.
- http_status = 401¶
- message = 'Unauthorized'¶
- exception watcherclient.exceptions.UnsupportedVersion[source]¶
Bases:
ExceptionUnsupported API Version
Indicates that the user is trying to use an unsupported version of the API.
- exception watcherclient.exceptions.ValidationError[source]¶
Bases:
ClientExceptionError in validation on API client side.