type CommonError (v202505)

  • The page lists various Ad Manager API services with links to their CommonError documentation.

  • It details the inheritance hierarchy, showing CommonError as a type of ApiError.

  • The CommonError object includes fields inherited from ApiError and a specific reason field.

  • The reason field for CommonError is an enumeration with values indicating different error types like NOT_FOUND, ALREADY_EXISTS, and UNSUPPORTED_OPERATION.


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

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