enum PrecisionError.Reason (v202505)

  • Describes reasons for precision errors related to services like ForecastService, LineItemService, and NetworkService.

  • Precision errors can occur due to wrong precision (lowest N digits must be zero) or an unknown reason not exposed by the API version.

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.