QuotaErrorDetails

  • This page details error information when encountering a QuotaError.

  • Quota error details include rate_scope, rate_name, and retry_delay.

  • rate_scope indicates the rate scope of the quota limit, rate_name describes the quota bucket, and retry_delay suggests the wait time before retrying.

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.