type CommonError (v202502)

  • The document lists various Ad Manager API services for version v202502, including AdRuleService, AdjustmentService, and many others.

  • It details the inheritance hierarchy for API errors, showing that several specific error types inherit from the base ApiError.

  • The CommonError type, highlighted in the document, includes several possible reasons for errors, such as NOT_FOUND, ALREADY_EXISTS, and UNSUPPORTED_OPERATION.

  • Fields for ApiError, which are inherited by CommonError, include fieldPath, fieldPathElements, trigger, and errorString.


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