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."],[[["TechnologyTargetingError identifies validation errors specific to technology targeting in Google Ad Manager."],["It's categorized under the TargetingPresetService and inherits properties from ApiError."],["The 'reason' field provides specific details about the technology targeting error encountered."],["Errors can include mobile line items with web criteria, web line items with mobile criteria, and feature availability issues."],["The error namespace is `https://www.google.com/apis/ads/publisher/v202402`."]]],["The content details service functionalities and error handling within an API. It outlines services like `AdjustmentService`, `ForecastService`, `LineItemService`, and `TargetingPresetService`. It also details an inheritance structure, originating from `ApiError`, and branching into numerous specific error types. Within `TechnologyTargetingError`, core actions include identifying and managing targeting errors, specifically related to mobile and web technology targeting. Key information also includes a list of enumeration values that are `MOBILE_LINE_ITEM_CONTAINS_WEB_TECH_CRITERIA`, `WEB_LINE_ITEM_CONTAINS_MOBILE_TECH_CRITERIA`, `MOBILE_CARRIER_TARGETING_FEATURE_NOT_ENABLED`, `DEVICE_CAPABILITY_TARGETING_FEATURE_NOT_ENABLED`, `UNKNOWN`.\n"]]