enum StringLengthError.Reason (v202411)

  • This documentation details the StringLengthError.Reason enumeration within the Google Ad Manager API.

  • StringLengthError.Reason helps identify why a string value caused an error, whether it was too long or too short.

  • It includes three possible values: TOO_LONG, TOO_SHORT, and UNKNOWN (used for cases where the API version doesn't expose the exact reason).

  • This enumeration is typically used within various Ad Manager services to provide specific error information related to string inputs.


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.