enum StringLengthError.Reason (v202411)

  • The StringLengthError object provides error reasons when a string value fails length validation.

  • StringLengthError.Reason is an enumeration outlining specific reasons for the error, like exceeding maximum length (TOO_LONG) or being below the minimum required length (TOO_SHORT).

  • Possible values include TOO_LONG, TOO_SHORT, and UNKNOWN.

  • It applies to various services in the Google Ad Manager API, such as AdsTxtService, indicated by its namespace.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
TOO_LONG
TOO_SHORT
UNKNOWN