enum StringFormatError.Reason (v202411)

  • The content lists various services and their associated StringFormatError.Reason documentation.

  • The StringFormatError.Reason provides explanations for why a string value might be incorrect.

  • Possible reasons for a string format error include unknown issues, illegal characters, or an invalid format.

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.