enum PrecisionError.Reason (v202502)

  • ForecastService and several other services are listed in the documentation, all of which link to information about PrecisionError.Reason.

  • The documentation describes PrecisionError.Reason and provides details on its namespace and the specific enumeration values it can take.

  • The WRONG_PRECISION reason indicates that the lowest N digits of a number must be zero, while the UNKNOWN reason is returned if the actual value is not exposed by the requested API version.

Describes reasons for precision errors.


Namespace
https://www.google.com/apis/ads/publisher/v202502
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.