Skip to content

Polly  >  Errors  >  ThrottlingException

ThrottlingException

Error Class

ThrottlingException dataclass

Bases: ServiceError

The request was denied because of request throttling.

Attributes

fault class-attribute instance-attribute
fault: Literal['client', 'server'] | None = 'client'
throttling_reasons class-attribute instance-attribute
throttling_reasons: list[ThrottlingReason] | None = None

A list of reasons explaining why the request was throttled.