type CommonError (v202502)

  • The content lists various Ad Manager API services, including AdRuleService, AdsTxtService, and many others related to advertising management.

  • The content also details different types of API errors, with CommonError being highlighted.

  • Information about the Namespace for the API is provided as https://www.google.com/apis/ads/publisher/v202502.

  • Fields like fieldPath, fieldPathElements, trigger, and errorString are listed under ApiError, which CommonError inherits from.

  • The CommonError itself has a reason field which is an enumeration of possible error reasons such as NOT_FOUND and ALREADY_EXISTS.


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