enum PrecisionError.Reason (v202411)

  • PrecisionError.Reason outlines the reasons for precision errors within Google Ad Manager.

  • It has two reasons including WRONG_PRECISION (requiring lowest N digits to be zero) and UNKNOWN (when the value is hidden in current API).

  • It's used by multiple services, such as ForecastService, LineItemService, LineItemTemplateService, and more.

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.