enum PrecisionError.Reason (v202411)
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["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."]]],["The provided content defines `PrecisionError.Reason`, an enumeration detailing reasons for precision errors within various advertising services. Key actions involve identifying and understanding these error reasons. The enumeration includes `WRONG_PRECISION`, indicating that the lowest N digits of a number must be zero, and `UNKNOWN`, used when the actual value is not available in the API version. These reasons apply to services like Forecast, LineItem, LineItemTemplate, Network, Order, and ProposalLineItem.\n"]]