enum StringFormatError.Reason (v202411)

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

  • StringFormatError.Reason clarifies the cause of a string formatting error, such as disallowed characters or an invalid format.

  • The enumeration includes three values: UNKNOWN, ILLEGAL_CHARS, and INVALID_FORMAT.

  • This information is relevant for developers working with the Google Ad Manager API, particularly when handling string inputs for various services.

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.