AI-generated Key Takeaways
- 
          QuotaError describes a client-side error where a user has no remaining quota to perform an action. 
- 
          The recommended way to handle EXCEEDED_QUOTAis to wait and retry the request, potentially increasing the wait time or limiting requests per second.
- 
          The REPORT_JOB_LIMITindicates exceeding the number of new report requests per hour per user and should be handled by waiting and retrying, or limiting new report requests.
- 
          SEGMENT_POPULATION_LIMIToccurs when the network exceeds the allowed number of uploaded identifiers within 24 hours, requiring waiting and retrying the request.
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/v202502
| 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 
 |