type CommonError (v202411)

  • This documentation details the CommonError object within the AdsTxtService namespace.

  • CommonError is part of an inheritance hierarchy, inheriting from ApiError.

  • It includes fields inherited from ApiError like fieldPath, fieldPathElements, trigger, and errorString.

  • The CommonError object itself introduces a reason field, which can be one of several predefined enumeration values.

  • These values provide context for the specific error encountered, such as NOT_FOUND, ALREADY_EXISTS, or UNSUPPORTED_OPERATION.


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

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