enum StringFormatError.Reason (v202411)

  • This page provides information on StringFormatError.Reason, which indicates the cause of string format errors within the context of the Google Ad Manager API.

  • The StringFormatError.Reason enumeration includes reasons such as UNKNOWN, ILLEGAL_CHARS (disallowed characters in the string), and INVALID_FORMAT (the string format does not match the expected format for the field).

  • Developers can use this information to troubleshoot and resolve string format errors that occur when interacting with the Google 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.