AI-generated Key Takeaways
-
PrecisionError.Reason identifies the cause of precision errors in Google Ad Manager.
-
It includes reasons like
WRONG_PRECISION
, indicating incorrect number formatting, andUNKNOWN
for unspecified errors. -
This enumeration is used across several services, including ForecastService, LineItemService, and OrderService.
Service
Dependencies
PrecisionError
▼
PrecisionError.Reason
Describes reasons for precision errors.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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. |