enum RangeError.Reason (v202411)

  • The RangeError.Reason enumeration in Google Ad Manager API v202411 defines reasons for range errors.

  • It includes reasons like values being too high (TOO_HIGH) or too low (TOO_LOW).

  • An UNKNOWN reason is returned if the actual value isn't exposed by the API version.

  • This enumeration is used by various services in Ad Manager, like LineItemService, CreativeService, etc.


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.