enum ParseError.Reason (v202411)

  • This page provides an overview of the ParseError.Reason enumeration in Google Ad Manager API.

  • ParseError.Reason defines the reasons for errors encountered while parsing attributes.

  • Two possible reasons are provided: UNPARSABLE for general parsing errors and UNKNOWN for cases where the actual error reason isn't exposed by the API.

  • It lists each potential ParseError.Reason and a description of its meaning for troubleshooting and error handling.

  • This information is crucial for developers to understand and address parsing errors that may occur during API interactions within Google Ad Manager.

The reasons for the target error.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
UNPARSABLE Indicates an error in parsing an attribute.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.