type ParseError (v202411)

  • ParseError is a type of ApiError.

  • ParseError includes an enumerated reason field with values like UNPARSABLE and UNKNOWN.

  • ParseError inherits fields such as fieldPath, fieldPathElements, trigger, and errorString from ApiError.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

ParseError

reason

ParseError.Reason


Enumerations
UNPARSABLE
UNKNOWN