AI-generated Key Takeaways
-
The content lists various services related to Google Ad Manager API version v202505, each linking to documentation about StringFormatError.Reason.
-
StringFormatError.Reason is an enumeration within the specified namespace.
-
The possible reasons for a StringFormatError are
UNKNOWN,ILLEGAL_CHARS(disallowed characters), andINVALID_FORMAT(invalid string value 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. |