AI-generated Key Takeaways
-
The
CmsMetadataService.QuotaError
object describes a client-side error where a user has exceeded their usage quota for a specific action. -
This error commonly occurs when making too many requests per second, exceeding report job limits, or surpassing segment population limits.
-
QuotaError
includes areason
field indicating the type of quota exceeded (e.g.,EXCEEDED_QUOTA
,REPORT_JOB_LIMIT
,SEGMENT_POPULATION_LIMIT
). -
Developers should implement error handling to address
QuotaError
, such as retrying requests with appropriate wait times or limiting request frequency. -
The provided namespace for this error is
https://www.google.com/apis/ads/publisher/v202411
.
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
|