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-05-15 UTC."],[[["VideoPositionTargetingError outlines errors encountered when setting up video position targeting in Ad Manager."],["It primarily involves issues with targeting bumper and non-bumper ads, invalid bumper targeting, and restrictions on targeting specific ad spots."],["This error is flagged when there are conflicts or inconsistencies in how video positions are targeted within Ad Manager line items or campaigns."],["It inherits from ApiError, providing context and details about the error, including field path, trigger, and error string."],["The 'reason' field specifies the nature of the VideoPositionTargetingError, offering insights for troubleshooting and resolution."]]],["The content details service errors within an API, specifically focusing on `VideoPositionTargetingError`. Key services include `ForecastService`, `LineItemService`, `LineItemTemplateService`, `OrderService`, `ProposalLineItemService`, `TargetingPresetService`, and `YieldGroupService`. `VideoPositionTargetingError` lists potential errors like mixing bumper and non-bumper targeting (`CANNOT_MIX_BUMPER_AND_NON_BUMPER_TARGETING`) or invalid bumper targeting (`INVALID_BUMPER_TARGETING`). It also details that only custom ad spots can be targeted (`CAN_ONLY_TARGET_CUSTOM_AD_SPOTS`). In addition, `ApiError` is the inherited field, and lists attributes related to the error.\n"]]