AI-generated Key Takeaways
-
The webpage lists numerous Ad Manager API services available in version v202508, including services for managing ad rules, adjustments, inventory, orders, reports, and more.
-
It details the inheritance of errors, starting with
ApiErrorand branching into specific error types likeAuthenticationError,PermissionError, andQuotaError. -
The
ServerErrortype, inherited fromApiError, includes fields such asfieldPath,trigger,errorString, and areasonenumeration with values likeSERVER_ERROR,SERVER_BUSY, andUNKNOWN.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
Field
ApiError
(inherited) fieldPath
xsd:
string
fieldPathElements
trigger
xsd:
string
errorString
xsd:
string
ServerError

