AI-generated Key Takeaways
- 
          The page lists various Ad Manager API services such as CreativeService, AdjustmentService, and CompanyService. 
- 
          It details the inheritance hierarchy of error types, showing that many specific errors descend from ApiError.
- 
          Information about the TypeErroris provided, indicating it occurs for fields with an invalid type.
- 
          The namespace for the Ad Manager Publisher API v202505 is specified. 
- 
          Fields inherited from ApiErrorare described, includingfieldPath,fieldPathElements,trigger, anderrorString.
An error for a field which is an invalid type.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202505
| 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. | 
| TypeError | |