enum PrecisionError.Reason (v202411)

  • PrecisionError.Reason outlines the reasons for precision errors, specifically focusing on instances where the lowest digits of a number must be zero or when the API version doesn't expose the specific reason.

  • This enumeration is associated with services like ForecastService, LineItemService, LineItemTemplateService, NetworkService, OrderService, ProposalLineItemService and ProposalService, impacting how they handle numerical values.

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.