enum StringLengthError.Reason (v202505)

  • The StringLengthError.Reason enumeration indicates the reason for a string length error.

  • Possible reasons for a StringLengthError include a string being too long or too short.

  • An UNKNOWN value indicates that the actual reason is not exposed by the requested API version.


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.