enum StringFormatError.Reason (v202411)

  • The StringFormatError.Reason enumeration outlines potential reasons for string formatting errors within the CreativeTemplateService.

  • It identifies two primary error reasons: ILLEGAL_CHARS indicating the presence of disallowed characters and INVALID_FORMAT for values incompatible with the associated field.

  • The namespace for this enumeration 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.