Click a link to jump to the indicated section.
exception
bluecat_libraries.edge.api.EdgeErrorResponse
(message, response, code, *args, **kwargs)
Bases: bluecat_libraries.http_client.exceptions.ErrorResponse
Exception that represents the error HTTP response that was received, but additionally exposes the error code, reported by the Edge CI API.
Parameters | Description |
---|---|
message (str) |
Text about the error that occurred. |
response (requests.Response) |
The HTTP response resulting from a request. |
code (str) |
A code identifying the problem. |