QuotaErrorDetails

  • This page details additional error information for QuotaError exceptions.

  • The information provided includes rate_scope, rate_name, and retry_delay.

  • rate_scope indicates the scope of the quota limit, rate_name provides a high-level description of the quota bucket, and retry_delay suggests a waiting period before retrying the request.

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.