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 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."]]],["The content details `PrecisionError.Reason`, an enumeration within the Google Ad Manager API (v202411). It outlines two reasons for precision errors: `WRONG_PRECISION`, indicating that the lowest digits of a number must be zero, and `UNKNOWN`, which signifies an unexposed value by the API version. These error reasons are dependencies for several services, like `ForecastService`, `LineItemService`, `OrderService`, `ProposalLineItemService` and `ProposalService`.\n"]]