type CommonError (v202502)

  • The content lists various Ad Manager API services including AdRuleService, AdjustmentService, and AdsTxtService.

  • It details the inheritance structure for CommonError, showing it inherits from ApiError.

  • The CommonError includes fields such as fieldPath, fieldPathElements, trigger, errorString, and reason.

  • The reason field in CommonError has several enumerations like NOT_FOUND, ALREADY_EXISTS, and UNSUPPORTED_OPERATION.


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

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