type CommonError (v202505)

  • 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, and errorString are inherited from ApiError.

  • The CommonError has a reason field with enumerations like NOT_FOUND, ALREADY_EXISTS, and UNKNOWN.


Namespace
https://www.google.com/apis/ads/publisher/v202505

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

CommonError

reason

CommonError.Reason


Enumerations
NOT_FOUND
ALREADY_EXISTS
NOT_APPLICABLE
DUPLICATE_OBJECT
CANNOT_UPDATE
UNSUPPORTED_OPERATION
CONCURRENT_MODIFICATION
UNKNOWN