AI-generated Key Takeaways
-
The content lists numerous Ad Manager API services for version v202508, including AdRuleService, AdjustmentService, and AdsTxtService.
-
It details the inheritance hierarchy for API errors, with InternalApiError inheriting from ApiError.
-
The InternalApiError includes fields like fieldPath, trigger, and errorString inherited from ApiError, and its own specific field called reason.
-
The reason field within InternalApiError is an enumeration with possible values indicating various internal API issues like unexpected errors, transient errors, or downtime.
- 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

