enum PrecisionError.Reason (v202411)

  • PrecisionError.Reason is an enumeration that describes reasons for precision errors occurring within Google Ad Manager.

  • Two potential reasons for these errors are indicated: WRONG_PRECISION where the lowest digits of a number need to be zero, and UNKNOWN for cases where the value isn't exposed by the API version being used.

  • The PrecisionError.Reason enumeration is used across several services in Google Ad Manager, including ForecastService, LineItemService, LineItemTemplateService, NetworkService, OrderService, ProposalLineItemService, and ProposalService.

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.