enum StringFormatError.Reason (v202411)

  • This documentation page provides an overview of the StringFormatError.Reason enumeration within Google Ad Manager's API.

  • StringFormatError.Reason outlines the reasons why a given string input might be flagged as an error, such as containing illegal characters or having an invalid format.

  • It includes three possible reasons: UNKNOWN, ILLEGAL_CHARS, and INVALID_FORMAT, each with a specific description.

  • The enumeration is part of the broader namespace https://www.google.com/apis/ads/publisher/v202411 used for interacting with the Ad Manager API.

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.