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."],[[["The `TechnologyTargetingError` object represents validation errors specific to technology targeting in Google Ad Manager."],["It inherits from the `ApiError` object, providing context about the error."],["This error is encountered when technology targeting criteria are incompatible with the line item type (e.g., mobile line item targeting web criteria)."],["Reasons for this error can include feature restrictions, such as disabled mobile carrier or device capability targeting."],["The `reason` field provides more details on the specific cause of the targeting error."]]],["The document outlines various services, including AdjustmentService, ForecastService, LineItemService, LineItemTemplateService, OrderService, ProposalLineItemService, TargetingPresetService, and YieldGroupService. It details the inheritance structure of ApiError and its numerous derived error types, such as AuthenticationError, CollectionSizeError, and many others. It focuses specifically on `TechnologyTargetingError`, which has the reasons `MOBILE_LINE_ITEM_CONTAINS_WEB_TECH_CRITERIA`, `WEB_LINE_ITEM_CONTAINS_MOBILE_TECH_CRITERIA`, `MOBILE_CARRIER_TARGETING_FEATURE_NOT_ENABLED`, and `DEVICE_CAPABILITY_TARGETING_FEATURE_NOT_ENABLED`, as well as the default `UNKNOWN`.\n"]]