type CommonError (v202508)

  • The webpage lists numerous services available in the Ad Manager API v202508, including AdRuleService, AdjustmentService, and many others.

  • The content highlights the inheritance relationship, showing that CommonError is a child of ApiError.

  • The CommonError and its inherited ApiError fields are detailed, including fieldPath, trigger, errorString, and the specific reason for the CommonError.

  • Enumerations for the reason field of CommonError are provided, such as NOT_FOUND, ALREADY_EXISTS, and UNKNOWN.


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

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
REQUEST_TOO_LARGE
UNKNOWN