QuotaErrorDetails
Additional quota error details when there is QuotaError.
Fields |
rate_scope
|
QuotaRateScope
The rate scope of the quota limit.
|
rate_name
|
string
The high level description of the quota bucket. Examples are "Get requests for standard access" or "Requests per account".
|
retry_delay
|
Duration
Backoff period that customers should wait before sending next request.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["`QuotaError` details provide further information about quota limits, including the scope, a description of the quota bucket (`rate_name`), and suggested backoff duration (`retry_delay`)."],["This information helps developers understand the specific cause of quota errors and implement appropriate retry strategies within their applications."]]],[]]