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-08-20 UTC."],[[["ClickTrackingLineItemError is a type of error specific to click tracking line items in Google Ad Manager."],["This error arises due to the unique nature of click tracking line items and their limitations compared to other line item types."],["Reasons for ClickTrackingLineItemError include immutable type, invalid targeting, roadblocking, creative rotation, or delivery rate types, unsupported fields, and unknown issues."],["The error provides details such as field path, trigger, error string, and a reason represented by an enum for easier debugging."],["Click tracking line items have inherent constraints due to third-party control over creative delivery and serving rates."]]],["The core content outlines the `ForecastService` and its related errors, especially focusing on `ClickTrackingLineItemError`. This service handles errors from `LineItemService`, `LineItemTemplateService`, and `OrderService`. `ClickTrackingLineItemError` has specific reasons like `TYPE_IMMUTABLE`, `INVALID_TARGETING_TYPE`, `INVALID_ROADBLOCKING_TYPE`, `INVALID_CREATIVEROTATION_TYPE`, `INVALID_DELIVERY_RATE_TYPE`, and `UNSUPPORTED_FIELD`, which dictate limitations for click tracking line items. `ApiError` is inherited and also defined.\n"]]