enum StringLengthError.Reason (v202502)

  • The StringLengthError.Reason enumeration is used to specify the reason for a string length error.

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

  • The UNKNOWN value is returned if the actual reason is not exposed by the requested API version.


Namespace
https://www.google.com/apis/ads/publisher/v202502
Enumeration Description
TOO_LONG
TOO_SHORT
UNKNOWN The value returned if the actual value is not exposed by the requested API version.