enum StringFormatError.Reason (v202411)

  • This page provides information on StringFormatError.Reason within the Google Ad Manager API.

  • StringFormatError.Reason indicates the cause of a string formatting error.

  • Possible reasons include the presence of illegal characters or an invalid format for the associated field.

  • Developers can use this information to troubleshoot and resolve errors related to string formatting.

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.