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, within the namespace `https://www.google.com/apis/ads/publisher/v202411`, details reasons for inaccuracies in numerical data."],["It's used by multiple services, including ForecastService, LineItemService, and ProposalService."],["Two primary reasons for precision errors are highlighted: `WRONG_PRECISION` indicating incorrect decimal places, and `UNKNOWN` for values not exposed by the current API version."]]],["The document defines the `PrecisionError.Reason` enumeration, used across multiple services: `ForecastService`, `LineItemService`, `LineItemTemplateService`, `NetworkService`, `OrderService`, `ProposalLineItemService`, and `ProposalService`. This enumeration describes reasons for precision errors, specifying two possible values: `WRONG_PRECISION` (indicating trailing zeros are required) and `UNKNOWN` (when the exact reason is unavailable in the current API version). This enumeration is found within the namespace `https://www.google.com/apis/ads/publisher/v202411`.\n"]]