AI-generated Key Takeaways
- 
          The content lists numerous Ad Manager API services including AdRuleService, AdjustmentService, and AdsTxtService. 
- 
          It details various error types that can be inherited from ApiError, such as ApiVersionError, AuthenticationError, and CollectionSizeError. 
- 
          The ApiVersionError specifically relates to issues arising from the API version used in a request. 
- 
          Fields associated with ApiError and ApiVersionError are described, including fieldPath,trigger,errorString, and thereasonfor an ApiVersionError.
- 
          Possible reasons for an ApiVersionError are UPDATE_TO_NEWER_VERSIONandUNKNOWN.
Errors related to the usage of API versions.
- 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. | 
| ApiVersionError | |
| 
                            | 
 Enumerations 
 |