AI-generated Key Takeaways
-
The
StringFormatError.Reason
enumeration outlines potential reasons for string format errors within the provided services. -
These reasons include the presence of disallowed characters (
ILLEGAL_CHARS
) or an invalid format for the associated field (INVALID_FORMAT
). -
The namespace for this enumeration is
https://www.google.com/apis/ads/publisher/v202411
. -
This information is relevant to various Google Ad Manager services such as AdRuleService, AdjustmentService, and others listed in the provided content.
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. |