AI-generated Key Takeaways
-
This documentation details the
RangeError.Reason
enumeration for theLiveStreamEventService
. -
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.
Service
CmsMetadataService
CreativeService
CreativeSetService
CreativeTemplateService
DaiEncodingProfileService
ForecastService
InventoryService
LineItemCreativeAssociationService
LineItemService
LineItemTemplateService
LiveStreamEventService
OrderService
PlacementService
ProposalLineItemService
ProposalService
PublisherQueryLanguageService
Dependencies
RangeError
▼
RangeError.Reason
- 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. |