Exception that represents the error HTTP response that was received, but additionally exposes the error code, reported by the Edge CI API.
class bluecat_libraries.http_client.edge.api.EdgeErrorResponse( message: str, response: requests.models.Response, code: str, *args, **kwargs)
Bases: bluecat_libraries.http_client.exceptions.ErrorResponse
An exception to convey an Edge error response and its properties.
Parameter | 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 |