enum RangeError.Reason (v202411)

  • The RangeError object indicates that an error occurred because a value is outside of its valid range.

  • RangeError.Reason is an enumeration outlining the specific reasons for a range error, including values being too high or too low.

  • The UNKNOWN reason is returned when the actual value causing the error is not available in the current API version.

  • These error types are associated with various Google Ad Manager services like ForecastService, CreativeService, and others.


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.