enum PrecisionError.Reason (v202411)

  • PrecisionError.Reason explains the reasons behind precision errors in Google Ad Manager.

  • It highlights two primary reasons for these errors: incorrect precision where the last digits of a number need to be zero (WRONG_PRECISION) and instances where the reason is unknown or not exposed by the API version (UNKNOWN).

  • This enumeration is part of the broader Google Ad Manager API and is used within various services like ForecastService, LineItemService, and others to indicate the nature of precision-related issues.

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.