enum PrecisionError.Reason (v202408)
Describes reasons for precision errors.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["PrecisionError.Reason explains the reasons behind precision errors, such as incorrect number formatting or unknown error types."],["This enumeration is used by multiple services within Google Ad Manager, including ForecastService, LineItemService, and ProposalService."],["The `WRONG_PRECISION` reason indicates that a number's least significant digits need to be zero, while `UNKNOWN` signifies an error that the API version can't identify."]]],["The content outlines `PrecisionError` reasons within Google's Ad Manager API v202408. It details services like `ForecastService`, `LineItemService`, `NetworkService`, `OrderService`, `ProposalLineItemService`, and `ProposalService`. `PrecisionError.Reason` includes `WRONG_PRECISION`, where trailing digits must be zero, and `UNKNOWN`, indicating a non-exposed value. The namespace for these errors is `https://www.google.com/apis/ads/publisher/v202408`. The listed services and error indicate operations related to advertisement configuration and management.\n"]]