AI-generated Key Takeaways
-
The content provides a list of various service APIs, including AdRuleService, AdjustmentService, and many others, each with a link to its specific StringFormatError.Reason documentation for version v202505 of the Ad Manager API.
-
The StringFormatError.Reason dependency defines the possible reasons for a string format error within these services.
-
The possible StringFormatError reasons are UNKNOWN, ILLEGAL_CHARS (indicating disallowed characters in the input string), and INVALID_FORMAT (indicating the input string value is invalid for the field).
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
| Enumeration | Description |
|---|---|
UNKNOWN
|
|
ILLEGAL_CHARS
|
The input string value contains disallowed characters. |
INVALID_FORMAT
|
The input string value is invalid for the associated field. |