A parsed copy of the field path. For example, the field path "operations[1].operand"
corresponds to this list: {FieldPathElement(field = "operations", index = 1),
FieldPathElement(field = "operand", index = null)}.
trigger
xsd:string
The data that caused the error.
errorString
xsd:string
A simple string representation of the error and reason.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003ePrecisionError is a type of ApiError that occurs when a numerical value does not adhere to the required precision.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ereason\u003c/code\u003e field identifies the specific type of precision error encountered, primarily indicating if the least significant digits are not zero (\u003ccode\u003eWRONG_PRECISION\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThis error is often associated with services like ForecastService, LineItemService, and OrderService, impacting operations involving numerical data like pricing or forecasting.\u003c/p\u003e\n"],["\u003cp\u003ePrecisionError inherits properties from ApiError, providing detailed context such as the field path (\u003ccode\u003efieldPath\u003c/code\u003e, \u003ccode\u003efieldPathElements\u003c/code\u003e), trigger data (\u003ccode\u003etrigger\u003c/code\u003e), and a descriptive error message (\u003ccode\u003eerrorString\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eDevelopers should consult the documentation for each service to understand the precision requirements for numerical fields to avoid these errors.\u003c/p\u003e\n"]]],["The core content details services like `ForecastService`, `LineItemService`, `LineItemTemplateService`, `NetworkService`, `OrderService`, `ProposalLineItemService`, and `ProposalService`. It outlines the inheritance of `ApiError` and lists various error types, including `PrecisionError`, that derive from it. `PrecisionError` is detailed with its associated `reason` enumeration which contains `WRONG_PRECISION` and `UNKNOWN`. `ApiError` fields contains information like `fieldPath`, `fieldPathElements`, `trigger`, `errorString`.\nPrecision error is related to the precision of numbers.\n"],null,["# type PrecisionError (v202411)\n\n**Service** \n[ForecastService](/ad-manager/api/reference/v202411/ForecastService.PrecisionError) [LineItemService](/ad-manager/api/reference/v202411/LineItemService.PrecisionError) [LineItemTemplateService](/ad-manager/api/reference/v202411/LineItemTemplateService.PrecisionError) **NetworkService** [OrderService](/ad-manager/api/reference/v202411/OrderService.PrecisionError) [ProposalLineItemService](/ad-manager/api/reference/v202411/ProposalLineItemService.PrecisionError) [ProposalService](/ad-manager/api/reference/v202411/ProposalService.PrecisionError) **Inheritance** \n[ApiError](/ad-manager/api/reference/v202411/NetworkService.ApiError) \n▼\n[ApiVersionError](/ad-manager/api/reference/v202411/NetworkService.ApiVersionError) [AuthenticationError](/ad-manager/api/reference/v202411/NetworkService.AuthenticationError) [CollectionSizeError](/ad-manager/api/reference/v202411/NetworkService.CollectionSizeError) [CommonError](/ad-manager/api/reference/v202411/NetworkService.CommonError) [ExchangeSignupApiError](/ad-manager/api/reference/v202411/NetworkService.ExchangeSignupApiError) [FeatureError](/ad-manager/api/reference/v202411/NetworkService.FeatureError) [InternalApiError](/ad-manager/api/reference/v202411/NetworkService.InternalApiError) [InvalidEmailError](/ad-manager/api/reference/v202411/NetworkService.InvalidEmailError) [InventoryClientApiError](/ad-manager/api/reference/v202411/NetworkService.InventoryClientApiError) [LiveStreamEventSlateError](/ad-manager/api/reference/v202411/NetworkService.LiveStreamEventSlateError) [McmError](/ad-manager/api/reference/v202411/NetworkService.McmError) [NetworkError](/ad-manager/api/reference/v202411/NetworkService.NetworkError) [NotNullError](/ad-manager/api/reference/v202411/NetworkService.NotNullError) [ParseError](/ad-manager/api/reference/v202411/NetworkService.ParseError) [PermissionError](/ad-manager/api/reference/v202411/NetworkService.PermissionError) **PrecisionError** [PublisherQueryLanguageConte...](/ad-manager/api/reference/v202411/NetworkService.PublisherQueryLanguageContextError \"PublisherQueryLanguageContextError\") [PublisherQueryLanguageSynta...](/ad-manager/api/reference/v202411/NetworkService.PublisherQueryLanguageSyntaxError \"PublisherQueryLanguageSyntaxError\") [QuotaError](/ad-manager/api/reference/v202411/NetworkService.QuotaError) [RequestError](/ad-manager/api/reference/v202411/NetworkService.RequestError) [RequiredCollectionError](/ad-manager/api/reference/v202411/NetworkService.RequiredCollectionError) [RequiredError](/ad-manager/api/reference/v202411/NetworkService.RequiredError) [RequiredNumberError](/ad-manager/api/reference/v202411/NetworkService.RequiredNumberError) [ServerError](/ad-manager/api/reference/v202411/NetworkService.ServerError) [SetTopBoxCreativeError](/ad-manager/api/reference/v202411/NetworkService.SetTopBoxCreativeError) [StatementError](/ad-manager/api/reference/v202411/NetworkService.StatementError) [StringFormatError](/ad-manager/api/reference/v202411/NetworkService.StringFormatError) [StringLengthError](/ad-manager/api/reference/v202411/NetworkService.StringLengthError) [TypeError](/ad-manager/api/reference/v202411/NetworkService.TypeError) [UniqueError](/ad-manager/api/reference/v202411/NetworkService.UniqueError) [UrlError](/ad-manager/api/reference/v202411/NetworkService.UrlError)\n\nList all errors associated with number precisions.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|-------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **`ApiError` (inherited)** ||\n| ### `fieldPath` | ` `xsd:`string` The OGNL field path to identify cause of error. |\n| ### `fieldPathElements` | ` `[FieldPathElement](/ad-manager/api/reference/v202411/NetworkService.FieldPathElement)`[]` A parsed copy of the field path. For example, the field path \"operations\\[1\\].operand\" corresponds to this list: {FieldPathElement(field = \"operations\", index = 1), FieldPathElement(field = \"operand\", index = null)}. |\n| ### `trigger` | ` `xsd:`string` The data that caused the error. |\n| ### `errorString` | ` `xsd:`string` A simple string representation of the error and reason. |\n| **`PrecisionError`** ||\n| ### `reason` | ` `[PrecisionError.Reason](/ad-manager/api/reference/v202411/NetworkService.PrecisionError.Reason)` ` *** ** * ** *** **Enumerations** `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. \u003cbr /\u003e |"]]