exception bluecat_libraries.edge.api.EdgeErrorResponse(message:str, response:requests.models.Response, code:str, *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. |