enum RangeError.Reason (v202411)

  • The RangeError.Reason enumeration indicates the reason for a RangeError occurring in various Google Ad Manager services.

  • Possible reasons include values being TOO_HIGH, TOO_LOW, or UNKNOWN when the actual value is not exposed by the API version.

  • This enumeration is part of the Google Ad Manager API and is used for error handling within services like CreativeService, LineItemService, and others.

  • It uses the namespace https://www.google.com/apis/ads/publisher/v202411 for identification within the 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.