AI-generated Key Takeaways
-
This content details error information when a
QuotaError
occurs. -
Fields like
rate_scope
,rate_name
, andretry_delay
provide specific context about the quota limit and how to handle the error. -
retry_delay
indicates the recommended waiting time before making another request after aQuotaError
.
Additional quota error details when there is QuotaError.
Fields | |
---|---|
|
The rate scope of the quota limit. |
|
The high level description of the quota bucket. Examples are "Get requests for standard access" or "Requests per account". |
|
Backoff period that customers should wait before sending next request. |