enum StringFormatError.Reason (v202411)

  • This page outlines the StringFormatError.Reason enumeration within the Google Ad Manager API.

  • StringFormatError.Reason details the potential reasons behind string formatting errors encountered when interacting with the API.

  • Possible reasons include the presence of illegal characters (ILLEGAL_CHARS) or an invalid format (INVALID_FORMAT) for a given field.

  • The enumeration values, along with descriptions, guide developers in understanding and resolving string-related errors within their Ad Manager integrations.

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.