enum PrecisionError.Reason (v202505)

  • PrecisionError.Reason describes reasons for precision errors.

  • The reasons for precision errors are either WRONG_PRECISION or UNKNOWN.

  • WRONG_PRECISION indicates the lowest N digits of the number must be zero.

  • UNKNOWN signifies the actual value is not exposed by the requested 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.