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."],[[["TechnologyTargetingError objects represent validation errors specific to technology targeting in Google Ad Manager."],["These errors can occur when configuring technology targeting for line items, such as targeting web technologies in mobile line items or vice versa."],["Specific reasons for these errors include features not being enabled or using incompatible targeting criteria."],["The TechnologyTargetingError object inherits from ApiError and provides a reason field detailing the cause of the error."],["This information helps developers understand and resolve technology targeting issues when working with the Google Ad Manager API."]]],["The content details service errors and targeting within an ad management system. Key services include Adjustment, Forecast, LineItem, LineItemTemplate, Order, ProposalLineItem, TargetingPreset, and YieldGroup. Errors, under `ApiError`, are categorized and detailed, including `TechnologyTargetingError`, which focuses on issues like mobile/web line items containing incorrect targeting criteria, or disabled targeting features, and includes reasons such as `MOBILE_LINE_ITEM_CONTAINS_WEB_TECH_CRITERIA`, `WEB_LINE_ITEM_CONTAINS_MOBILE_TECH_CRITERIA` and `DEVICE_CAPABILITY_TARGETING_FEATURE_NOT_ENABLED`.\n"]]