AI-generated Key Takeaways
- 
          AudienceSegmentError indicates errors related to audience segment requests in various services like AudienceSegmentService, ForecastService, LineItemService, and others. 
- 
          This error inherits from ApiError and includes fields like fieldPath, fieldPathElements, trigger, and errorString to provide details about the error source and nature. 
- 
          Specific reasons for AudienceSegmentError include issues with first-party segments, rule validity or length, invalid or duplicate names, invalid descriptions or numeric values (pageviews, recency, membership expiration), and problems with custom key/value names or match types. 
- 
          Other possible reasons for this error involve invalid nested segments (first-party or third-party), inactive nested segments, shared selling partner roots, global license errors, and segments violating Google's Platform Policy. 
Errors that could occur on audience segment related requests.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202508
| 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. | 
| AudienceSegmentError | |
| 
                            | 
 Enumerations 
 |