enum StringLengthError.Reason (v202411)

  • The StringLengthError.Reason enumeration identifies why a string value is invalid.

  • Possible reasons include the string being too long (TOO_LONG) or too short (TOO_SHORT).

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

  • This enumeration is part of the Google Ad Manager API and is used across various services.


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