enum StringLengthError.Reason (v202411)

  • The StringLengthError enumeration indicates the reason for an error related to the length of a string value.

  • StringLengthError.Reason provides three possible reasons: TOO_LONG, TOO_SHORT, or UNKNOWN.

  • UNKNOWN is returned when the actual reason is not exposed by the API version being used.


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.