FabricHTTPException Class
Raised when an API call to any Fabric REST API fails with status code >= 400.
Constructor
FabricHTTPException(response: Response)
Parameters
| Name | Description |
|---|---|
|
response
Required
|
Response object returned from API call (see requests.Response). |