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 2024-11-19 UTC."],[[["ClickTrackingLineItemError is a subclass of ApiError and is specific to click tracking line item types."],["This error indicates issues related to immutability, targeting restrictions, creative delivery, and unsupported fields for click tracking line items."],["Click tracking line items have limitations on targeting, roadblocking, creative rotation, and delivery rate types due to their nature of relying on third-party tracking."],["Certain fields are not supported by click tracking line items, and attempting to use them will result in this error."],["The error reasons are represented by the ClickTrackingLineItemError.Reason enum which provides specific details about the error."]]],["The `ForecastService` manages various errors through inheritance from `ApiError`. This includes specific error types like `AdUnitCodeError`, `AuthenticationError`, and `ClickTrackingLineItemError`. Click tracking line items, a specialized type, have unique errors such as `TYPE_IMMUTABLE` (type cannot be changed), `INVALID_TARGETING_TYPE` (only ad unit targeting allowed), and `INVALID_CREATIVEROTATION_TYPE` (optimized creative rotation is not supported). They also have an `UNSUPPORTED_FIELD` and `UNKNOWN` errors. The `ApiError` class contains data including `fieldPath` and `errorString`.\n"]]