type CommonError (v202411)

  • This documentation details the SiteService, which allows for interaction with website data within Google Ad Manager.

  • SiteService utilizes a namespace of https://www.google.com/apis/ads/publisher/v202411 for its operations.

  • Several service operations can encounter CommonError instances, with reasons ranging from NOT_FOUND to CONCURRENT_MODIFICATION.

  • The CommonError object inherits properties like fieldPath, trigger, and errorString from the ApiError class.

  • Key fields within CommonError include reason, which specifies the nature of the error encountered during service 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