AI-generated Key Takeaways
-
StringLengthError.Reason is an enumeration within the Ad Manager API v202508, defined within the specified namespace.
-
The enumeration includes values like
TOO_LONG
,TOO_SHORT
, andUNKNOWN
to indicate the reason for a string length error. -
TOO_LONG
andTOO_SHORT
represent specific string length issues, whileUNKNOWN
signifies a value not exposed by the requested API version.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
Enumeration | Description |
---|---|
TOO_LONG
|
|
TOO_SHORT
|
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |