RateLimitException
Kind: class
Module/package: exceptions
SDK: pdfdancer-client-python 2.0.0
Exception raised when the API rate limit is exceeded (HTTP 429). Includes retry-after information if provided by the server.
Declaration
RateLimitException(message: str, retry_after: int | None = None, response: httpx.Response | None = None)
Members
__init__
__init__(self, message: str, retry_after: int | None = None, response: httpx.Response | None = None)
Initialize self. See help(type(self)) for accurate signature.