type ParseError (v202502)

  • The ParseError is a type of ApiError, indicating a parsing issue.

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

  • The ParseError includes a 'reason' field with possible values UNPARSABLE and UNKNOWN.

  • This documentation lists various services related to Google Ad Manager and API errors.


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