enum StringFormatError.Reason (v202411)

  • This page provides an overview of StringFormatError.Reason, which details the reasons for target errors in Google Ad Manager.

  • StringFormatError.Reason includes enumerations like UNKNOWN, ILLEGAL_CHARS, and INVALID_FORMAT, each with a specific description of the error.

  • ILLEGAL_CHARS indicates the presence of disallowed characters in the input string, while INVALID_FORMAT signifies an invalid input string for the associated field.

  • The namespace for this error is https://www.google.com/apis/ads/publisher/v202411.

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.