enum StringLengthError.Reason (v202411)

  • This page documents the StringLengthError.Reason enumeration for the Google Ad Manager API.

  • StringLengthError.Reason indicates why a string failed validation, either due to exceeding the maximum length (TOO_LONG) or not meeting the minimum length (TOO_SHORT).

  • It also includes an UNKNOWN value for cases where the specific reason isn't exposed by the API version in use.

  • This enumeration is part of the broader Google Ad Manager API namespace https://www.google.com/apis/ads/publisher/v202411.


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.