Skip to main content
Version: API v2 Preview

HttpClientException

Kind: class
Module/package: exceptions
SDK: pdfdancer-client-python 2.0.0

Exception raised for HTTP client errors during API communication. Wraps httpx exceptions and HTTP errors from the API.

Declaration

HttpClientException(message: str, response: httpx.Response | None = None, cause: Exception | None = None)

Members

__init__

__init__(self, message: str, response: httpx.Response | None = None, cause: Exception | None = None)

Initialize self. See help(type(self)) for accurate signature.

View source at af2a1171a1b9