AI-generated Key Takeaways
-
The provided content details various services available within the Ad Manager API, ranging from AdRuleService to YieldGroupService, all referencing
InternalApiErrorfor version v202508. -
The content also lists several types of
ApiErrorthat inherit from the baseApiError, including specific errors likeAuthenticationErrorandPermissionError. -
InternalApiErrorhas a specific field calledreasonwhich is an enumeration with possible values likeUNEXPECTED_INTERNAL_API_ERROR,TRANSIENT_ERROR, andUNKNOWN. -
The
ApiErrorbase class includes fields such asfieldPath,fieldPathElements,trigger, anderrorStringto provide details about the error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
Field
ApiError
(inherited) fieldPath
xsd:
string
fieldPathElements
trigger
xsd:
string
errorString
xsd:
string
InternalApiError
reason
Enumerations
-
UNEXPECTED_INTERNAL_API_ERROR -
TRANSIENT_ERROR -
UNKNOWN -
DOWNTIME -
ERROR_GENERATING_RESPONSE

