Skip to content

Polly  >  Errors  >  ServiceQuotaExceededException

ServiceQuotaExceededException

Error Class

ServiceQuotaExceededException dataclass

Bases: ServiceError

The request would cause a service quota to be exceeded.

Attributes

fault class-attribute instance-attribute
fault: Literal['client', 'server'] | None = 'client'
quota_code instance-attribute
quota_code: QuotaCode

The quota code identifying the specific quota.

service_code instance-attribute
service_code: ServiceCode

The service code identifying the originating service.