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 across various Ad Manager services, including but not limited to CreativeService, LineItemService, and OrderService.

  • It helps identify why a specific range error occurred during API interactions, improving error handling and debugging.


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.