AI-generated Key Takeaways
-
The
QuotaError
object describes a client-side error where a user has exceeded their allowed quota for a specific action. -
This error commonly occurs when exceeding request limits or exceeding the hourly limit for new report requests.
-
To resolve, wait a specified time (e.g., 5 seconds for request limits, 10 minutes for report job limits) before retrying the request.
-
Mitigation strategies include limiting requests per second or limiting the number of new report requests per hour.
-
For Ad Manager 360 accounts, limit requests to 8 per second, and for Ad Manager accounts, limit to 2 per second.
Describes a client-side error on which a user is attempting to perform an action to which they have no quota remaining.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
ApiError (inherited)
|
|
|
The OGNL field path to identify cause of error. |
|
A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}. |
|
The data that caused the error. |
|
A simple string representation of the error and reason. |
QuotaError
|
|
|
Enumerations
|