AI-generated Key Takeaways
-
PrecisionError.Reasondescribes different reasons for precision errors in various services. -
Possible reasons include
WRONG_PRECISION(lowest digits must be zero) andUNKNOWN(value not exposed by API version). -
This enumeration is part of the
https://www.google.com/apis/ads/publisher/v202505namespace.
Service
Dependencies
PrecisionError
▼
PrecisionError.Reason
Describes reasons for precision errors.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
| 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. |