AI-generated Key Takeaways
-
PrecisionError.Reason
describes different reasons for precision errors in various services likeForecastService
,LineItemService
, andOrderService
. -
The enumeration
WRONG_PRECISION
indicates that the lowest N digits of a number must be zero. -
The enumeration
UNKNOWN
is used when the actual value of a precision error reason is not exposed by the requested API version.
Describes reasons for precision errors.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
Enumeration | Description |
---|---|
WRONG_PRECISION
|
The lowest N digits of the number must be zero. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |