enum PrecisionError.Reason (v202411)

  • PrecisionError, within the namespace https://www.google.com/apis/ads/publisher/v202411, details reasons for inaccuracies in numerical data.

  • It's used by multiple services, including ForecastService, LineItemService, and ProposalService.

  • Two primary reasons for precision errors are highlighted: WRONG_PRECISION indicating incorrect decimal places, and UNKNOWN for values not exposed by the current API version.

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.