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\u003eForecastService.PrecisionError is a type of ApiError that occurs when there are issues with number precisions.\u003c/p\u003e\n"],["\u003cp\u003eIt has a \u003ccode\u003ereason\u003c/code\u003e field indicating why the error occurred, such as incorrect precision or an unknown issue.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ereason\u003c/code\u003e can be one of two values: \u003ccode\u003eWRONG_PRECISION\u003c/code\u003e meaning the number's lowest N digits must be zero, or \u003ccode\u003eUNKNOWN\u003c/code\u003e if the cause isn't exposed by the API version.\u003c/p\u003e\n"],["\u003cp\u003eForecastService.PrecisionError inherits properties from ApiError, including \u003ccode\u003efieldPath\u003c/code\u003e, \u003ccode\u003efieldPathElements\u003c/code\u003e, \u003ccode\u003etrigger\u003c/code\u003e, and \u003ccode\u003eerrorString\u003c/code\u003e for detailed error information.\u003c/p\u003e\n"]]],["The provided content details the `ForecastService` and its associated error types within the ad manager API. It shows inheritance from `ApiError` to various specific errors like `AdUnitCodeError`, `AuthenticationError`, and `ForecastError`. Other services include `LineItemService`, `LineItemTemplateService`, `NetworkService`, `OrderService`, `ProposalLineItemService`, and `ProposalService`.\n\n`PrecisionError` is also detailed, with its associated enum `PrecisionError.Reason` having `WRONG_PRECISION` and `UNKNOWN`.\n\nThe error associated with number precision is **PrecisionError**, specifically when the `reason` is `WRONG_PRECISION`, indicating the lowest digits of a number must be zero.\n"],null,[]]