ErrorResponse exception - Platform - BlueCat Gateway - 22.4.1

Gateway Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
22.4.1

exception bluecat_libraries.http_client.ErrorResponse(message, response, *args, **kwargs)

Bases: bluecat_libraries.http_client.exceptions.GeneralError

This exception is raised when an error response is received from a target service, e.g., Edge CI API. The HTTP response is available via the response instance member.

Parameters Description
message(str) Text about the error that occurred.
response(requests.Response) The HTTP response resulting from a request.