AI-generated Key Takeaways
-
This documentation details the
StringFormatError.Reason
enumeration within the Google Ad Manager API. -
StringFormatError.Reason
identifies the cause of a string formatting error, such as illegal characters or invalid format. -
The enumeration includes three possible values:
UNKNOWN
,ILLEGAL_CHARS
, andINVALID_FORMAT
, each with a specific meaning. -
It is used by various Google Ad Manager services listed in the content to provide specific error information.
-
Developers can use this information to understand and resolve string formatting errors when interacting with the Google 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. |