enum StringFormatError.Reason (v202411)

  • This page documents the StringFormatError.Reason enumeration for the Google Ad Manager API.

  • StringFormatError.Reason defines the reasons for a string format error, such as disallowed characters or an invalid format.

  • The enumeration includes three values: UNKNOWN, ILLEGAL_CHARS, and INVALID_FORMAT, each with a specific meaning.

  • Developers can use this information to understand and handle string format errors when interacting with the Ad Manager API.

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.