type PrecisionError (v202502)Stay organized with collectionsSave and categorize content based on your preferences.
Page Summary
PrecisionError is associated with multiple services including ForecastService, LineItemService, LineItemTemplateService, NetworkService, OrderService, ProposalLineItemService, and ProposalService.
PrecisionError inherits from ApiError.
PrecisionError has a field calledreasonwhich indicates the specific cause of the precision error.
One possible reason for a PrecisionError isWRONG_PRECISION, which means the lowest N digits of the number must be zero.
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."],[],["The provided content details service errors and their inheritance within an API, specifically within the `OrderService`. Key services highlighted are `ForecastService`, `LineItemService`, `LineItemTemplateService`, `NetworkService`, `OrderService`, `ProposalLineItemService`, and `ProposalService`. It lists `ApiError` as a parent class and details its inherited errors like `ApiVersionError`, `AuthenticationError` and so on. A specific number precision related error mentioned is `PrecisionError`, with the defined `WRONG_PRECISION` reason. The number precision error must contain zero in the last N digits.\n"]]