Skip to content

Connecthealth  >  Errors  >  ThrottlingException

ThrottlingException

Error Class

ThrottlingException dataclass

Bases: ServiceError

This error is thrown when the client exceeds the allowed request rate.

Attributes

fault class-attribute instance-attribute
fault: Literal['client', 'server'] | None = 'client'
is_retry_safe class-attribute instance-attribute
is_retry_safe: bool | None = True
is_throttling_error class-attribute instance-attribute
is_throttling_error: bool = True