type ParseError (v202508)

  • The document lists various Ad Manager API services for the v202508 version, including AdRuleService, AdjustmentService, and many others.

  • The inheritance section shows that SiteService.ParseError inherits from ApiError, along with other error types like AuthenticationError and CollectionSizeError.

  • The ParseError specifically includes a 'reason' field which is an enumeration indicating why parsing failed, with possible values of UNPARSABLE and UNKNOWN.

  • ApiError, the base class for these errors, contains fields like fieldPath, fieldPathElements, trigger, and errorString to provide details about the error.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

ParseError

reason

ParseError.Reason


Enumerations
UNPARSABLE
UNKNOWN