enum ParseError.Reason (v202411)

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

  • ParseError.Reason outlines the potential causes for parsing errors encountered when interacting with the CustomFieldService.

  • Two primary reasons are defined: UNPARSABLE, indicating an attribute parsing error, and UNKNOWN, used when the specific reason isn't exposed by the API.

  • Developers can use these reasons to troubleshoot and handle errors related to CustomFieldService operations in their Ad Manager integrations.

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.