AI-generated Key Takeaways
-
This page provides an overview of the
StringFormatError.Reason
enumeration within the Google Ad Manager API. -
StringFormatError.Reason
outlines potential reasons for string formatting errors that may occur when interacting with Ad Manager services. -
Two specific error reasons are detailed:
ILLEGAL_CHARS
indicating disallowed characters in input andINVALID_FORMAT
signifying an invalid format for the field. -
This information is crucial for developers troubleshooting issues related to data input and formatting within the Ad Manager system.
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. |