FabricHTTPException Class

Raised when an API call to any Fabric REST API fails with status code >= 400.

Inheritance
sempy.fabric.exceptions._exceptions.SemPyException
FabricHTTPException
FabricHTTPException

Constructor

FabricHTTPException(response: Response)

Parameters

Name Description
response
Required

Response object returned from API call (see requests.Response).