type ParseError (v202502)

  • The ParseError in the YieldGroupService API is used to indicate issues with parsing data.

  • It includes inherited fields like fieldPath, fieldPathElements, trigger, and errorString from ApiError.

  • The ParseError specifically has a reason field, which can be UNPARSABLE or UNKNOWN.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

ParseError

reason

ParseError.Reason


Enumerations
UNPARSABLE
UNKNOWN