Page Summary
-
The page lists various Ad Manager API services for version v202505, including AdRuleService, AdjustmentService, and AdsTxtService.
-
It details the inheritance hierarchy of errors, showing that CommonError inherits from ApiError, which itself has various subclasses.
-
The namespace for these services and errors is
https://www.google.com/apis/ads/publisher/v202505. -
Fields like
fieldPath,fieldPathElements,trigger, anderrorStringare inherited fromApiError. -
The
CommonErrorhas areasonfield with enumerations likeNOT_FOUND,ALREADY_EXISTS, andUNKNOWN.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
Field
ApiError
(inherited) fieldPath
xsd:
string
fieldPathElements
trigger
xsd:
string
errorString
xsd:
string
CommonError
reason
Enumerations
-
NOT_FOUND -
ALREADY_EXISTS -
NOT_APPLICABLE -
DUPLICATE_OBJECT -
CANNOT_UPDATE -
UNSUPPORTED_OPERATION -
CONCURRENT_MODIFICATION -
UNKNOWN

