enum PrecisionError.Reason (v202502)
Stay organized with collections
Save and categorize content based on your preferences.
Describes reasons for precision errors.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
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 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[],["The document defines the `PrecisionError.Reason` enumeration, used across multiple services including `ForecastService`, `LineItemService`, `LineItemTemplateService`, `NetworkService`, `OrderService`, `ProposalLineItemService`, and `ProposalService`. It outlines two possible reasons: `WRONG_PRECISION`, indicating a requirement for trailing zeros, and `UNKNOWN`, used when the precise error value isn't available in the API version. This namespace, v202502, and the enumeration is utilized to manage precision errors in these services.\n"],null,["# enum PrecisionError.Reason (v202502)\n\n**Service** \n[ForecastService](/ad-manager/api/reference/v202502/ForecastService.PrecisionError.Reason) **LineItemService** [LineItemTemplateService](/ad-manager/api/reference/v202502/LineItemTemplateService.PrecisionError.Reason) [NetworkService](/ad-manager/api/reference/v202502/NetworkService.PrecisionError.Reason) [OrderService](/ad-manager/api/reference/v202502/OrderService.PrecisionError.Reason) [ProposalLineItemService](/ad-manager/api/reference/v202502/ProposalLineItemService.PrecisionError.Reason) [ProposalService](/ad-manager/api/reference/v202502/ProposalService.PrecisionError.Reason) **Dependencies** \n[PrecisionError](/ad-manager/api/reference/v202502/LineItemService.PrecisionError) \n▼\n**PrecisionError.Reason**\n\nDescribes reasons for precision errors.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Enumeration | Description |\n|-------------------|-------------------------------------------------------------------------------------|\n| `WRONG_PRECISION` | The lowest N digits of the number must be zero. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]