enum StringFormatError.Reason (v202411)

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

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

  • These reasons include UNKNOWN, ILLEGAL_CHARS indicating disallowed characters, and INVALID_FORMAT signaling an invalid string format for the field.

  • Developers can refer to this enumeration to understand and handle string formatting 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.