enum RangeError.Reason (v202411)

  • This documentation details the RangeError.Reason enumeration for the LiveStreamEventService.

  • RangeError.Reason is used to indicate why a given value is outside the allowed range.

  • It can signal values that are too high (TOO_HIGH) or too low (TOO_LOW).

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


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.