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."],[[["The `TechnologyTargetingError` object describes validation errors specific to technology targeting in Google Ad Manager."],["Errors can arise from conflicts between line item types and targeting criteria, such as mobile line items targeting web criteria."],["The `reason` field provides a specific code indicating the nature of the targeting error, like `MOBILE_LINE_ITEM_CONTAINS_WEB_TECH_CRITERIA` or `DEVICE_CAPABILITY_TARGETING_FEATURE_NOT_ENABLED`."],["This error is part of the ProposalLineItemService and inherits from the `ApiError` object, providing additional context about the error."],["The namespace for this error is `https://www.google.com/apis/ads/publisher/v202402`."]]],["The core content details service-related errors in an API, specifically focusing on `TechnologyTargetingError`. Services mentioned include Adjustment, Forecast, LineItem, Order, and ProposalLineItem. `TechnologyTargetingError` lists validation problems such as mobile or web line items targeting incorrect criteria. This error inherits from `ApiError`, which includes `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`. `TechnologyTargetingError` also lists its specific error reason enumerations, including `MOBILE_LINE_ITEM_CONTAINS_WEB_TECH_CRITERIA` and others.\n"]]