AI-generated Key Takeaways
-
The StringLengthError.Reason enumeration is used to specify reasons for a string length error in various Ad Manager services.
-
Possible reasons for a StringLengthError include
TOO_LONG,TOO_SHORT, andUNKNOWN. -
The
UNKNOWNreason indicates that the actual value is not exposed by the requested API version. -
This enumeration is part of the
https://www.google.com/apis/ads/publisher/v202505namespace.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
| Enumeration | Description |
|---|---|
TOO_LONG
|
|
TOO_SHORT
|
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |