enum PrecisionError.Reason (v202411)

  • PrecisionError.Reason explains the reasons behind precision errors that might occur within Google Ad Manager.

  • The enumeration has two possible values: WRONG_PRECISION which indicates an issue with the precision of the number and UNKNOWN when the API version does not expose the actual error reason.

  • ForecastService, LineItemService, LineItemTemplateService, NetworkService, OrderService, ProposalLineItemService and ProposalService depend on PrecisionError.

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.