enum RangeError.Reason (v202411)

  • The RangeError.Reason enumeration provides specific error reasons when a value falls outside of the acceptable range.

  • TOO_HIGH and TOO_LOW indicate values exceeding or falling below the allowed limits respectively.

  • UNKNOWN is returned when the API version doesn't expose the specific reason for the range error.

  • This enumeration is part of the LineItemTemplateService and is used for identifying range-related errors within the Google Ad Manager API.


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