enum StringFormatError.Reason (v202411)

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

  • StringFormatError.Reason outlines the reasons for string format errors, such as disallowed characters or invalid formatting for a specific field.

  • The enumeration includes three possible values: UNKNOWN, ILLEGAL_CHARS, and INVALID_FORMAT, each with a distinct meaning related to string format errors.

  • Developers can use this enumeration to understand the reason for string format errors and handle them appropriately within their Ad Manager API integrations.

The reasons for the target error.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
UNKNOWN
ILLEGAL_CHARS The input string value contains disallowed characters.
INVALID_FORMAT The input string value is invalid for the associated field.