type CommonError (v202505)

  • The content lists various Ad Manager API services with links to their CommonError documentation for version v202505.

  • It outlines an inheritance hierarchy for API errors, with ApiError as the base class and CommonError as a specific error type.

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

  • The CommonError.Reason enumeration provides specific error types such as NOT_FOUND, ALREADY_EXISTS, and UNKNOWN.


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