type ParseError (v202505)

  • The content lists various Ad Manager API services for version v202505, including AdRuleService, AdjustmentService, and many others.

  • The content also outlines the inheritance hierarchy for errors, with ParseError being a specific type of ApiError.

  • Details about the ParseError are provided, including inherited fields from ApiError like fieldPath, fieldPathElements, trigger, and errorString.

  • The ParseError itself has a reason field, which can be one of the enumerated values UNPARSABLE or UNKNOWN.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

ParseError

reason

ParseError.Reason


Enumerations
UNPARSABLE
UNKNOWN