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."],[[["`InventoryTargetingError` occurs when associating a line item with a targeting expression, indicating issues with inventory selection."],["Targeting and exclusion conflicts are highlighted, such as targeting and excluding the same inventory unit simultaneously."],["Restrictions on targeting child inventory units when ancestors are targeted or excluded are also outlined."],["Specific scenarios like targeting landing page-only ad units without descendants or using YouTube audience segments incorrectly are addressed."],["The error reasons are categorized by an enum, `InventoryTargetingError.Reason`, which provides detailed explanations for each scenario."]]],["The provided content outlines various services and error types within an ad management API, specifically version 202402. Services include AdRule, Adjustment, Forecast, LineItem, NativeStyle, Order, and others. The \"InventoryTargetingError\" is detailed, listing common reasons for errors related to associating line items with targeting expressions, like needing at least one placement or unit, conflicting targeting/exclusion rules, and targeting restrictions based on parent-child relationships between inventory units. The content also defines common error fields, like `fieldPath`, `trigger`, and `errorString`, inherited from the `ApiError`.\n"]]