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-05-15 UTC."],[[["The `TechnologyTargetingError` object represents validation errors specific to technology targeting in Google Ad Manager."],["It inherits from the `ApiError` object, providing details about the error, such as field path, trigger, and error string."],["`TechnologyTargetingError` includes a `reason` field that specifies the type of technology targeting error encountered, like using web criteria in mobile line items or vice versa."],["Several reasons indicate feature limitations, such as mobile carrier targeting or device capability targeting not being enabled."],["The error reasons are outlined in the `TechnologyTargetingError.Reason` enumeration within the documentation."]]],["The content details various services and associated errors within an API. Services include AdjustmentService, ForecastService, LineItemService, LineItemTemplateService, OrderService, ProposalLineItemService, TargetingPresetService, and YieldGroupService. Errors inherit from ApiError and encompass categories like Authentication, Targeting, Collection Size, and Quota. TechnologyTargetingError specifies issues like web/mobile targeting criteria mismatch and feature enablement. It contains a set of specific reasons for errors like, `MOBILE_LINE_ITEM_CONTAINS_WEB_TECH_CRITERIA`, `WEB_LINE_ITEM_CONTAINS_MOBILE_TECH_CRITERIA`, etc.\n"]]