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-02-13 UTC."],[[["ClickTrackingLineItemError is a subclass of ApiError and identifies errors specific to click tracking line items."],["Click tracking line items have specific restrictions, such as targeting limitations and creative delivery constraints."],["These line items do not support certain features like creative rotation optimization and delivery rate control."],["Errors may arise from attempting unsupported operations or using incompatible field values with click tracking line items."],["The 'reason' field provides a specific code indicating the nature of the click tracking line item error encountered."]]],["The content outlines the `ForecastService` and its associated error types within the ad manager API, focusing on `ClickTrackingLineItemError`. This error type, specific to click tracking line items, encompasses reasons like `TYPE_IMMUTABLE`, `INVALID_TARGETING_TYPE`, `INVALID_ROADBLOCKING_TYPE`, `INVALID_CREATIVEROTATION_TYPE`, `INVALID_DELIVERY_RATE_TYPE`, and `UNSUPPORTED_FIELD`. These items are related to restrictions around line item modification, targeting, creative delivery, and supported fields. Other services connected to this service are `LineItemService`, `LineItemTemplateService` and `OrderService`.\n"]]