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 outlines errors specific to click tracking line items in Google Ad Manager."],["These errors often relate to limitations in targeting, delivery, and creative rotation for click tracking line items."],["Click tracking line items can only target ad unit inventory and do not support certain features like creative rotation optimization and delivery rate control."],["The error reasons are represented by an enum, including TYPE_IMMUTABLE, INVALID_TARGETING_TYPE, INVALID_ROADBLOCKING_TYPE, and more."],["The provided table details the error fields and their descriptions, helping developers understand and resolve click tracking line item errors."]]],["The content details services, errors, and specifications for click tracking line items within an ad management API. Key services include `ForecastService`, `LineItemService`, `LineItemTemplateService`, and `OrderService`. `ApiError` is a base class, with numerous specific error types derived from it. `ClickTrackingLineItemError` is detailed with reasons like `TYPE_IMMUTABLE`, `INVALID_TARGETING_TYPE`, and `UNSUPPORTED_FIELD`, representing restrictions and limitations on click tracking line items, for example they can only target ad unit inventory. It presents the namespace, details fields, and explains possible error reasons.\n"]]