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-11-19 UTC."],[[["TechnologyTargetingError outlines validation errors specifically related to technology targeting in Ad Manager."],["This error is applicable to various services like AdjustmentService, ForecastService, LineItemService, etc."],["It inherits from ApiError, providing context about the error's origin and details."],["The `reason` field categorizes the specific technology targeting issue encountered."],["Errors can arise from scenarios like mobile line items targeting web criteria or vice-versa, or when certain targeting features aren't enabled."]]],["The content outlines several services: AdjustmentService, ForecastService, LineItemService, LineItemTemplateService, OrderService, ProposalLineItemService, TargetingPresetService, and YieldGroupService. It primarily details the `TechnologyTargetingError` and its relationship with `ApiError`. This `TechnologyTargetingError` is used for validation errors, and includes reasons like `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`, along with an `UNKNOWN` value. `ApiError` fields, such as `fieldPath`, `fieldPathElements`, `trigger` and `errorString` are also described.\n"]]