enum StringFormatError.Reason (v202411)

  • This page provides details on StringFormatError.Reason, which outlines the reasons for a string formatting error in the Google Ad Manager API.

  • StringFormatError.Reason includes the reasons UNKNOWN, ILLEGAL_CHARS, and INVALID_FORMAT, indicating disallowed characters or invalid input for a field.

  • This enumeration is part of the Google Ad Manager API and is used by various services like UserService, AdRuleService, and others to denote formatting errors.

  • Developers can use these reasons to identify and troubleshoot issues related to invalid string values 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.