enum GenericTargetingError.Reason (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
GenericTargetingError.Reason is an enumeration within the YieldGroupService.
It defines reasons for generic targeting errors, such as conflicting inclusions or exclusions of siblings and including descendants of excluded criteria.
The available reasons are CONFLICTING_INCLUSION_OR_EXCLUSION_OF_SIBLINGS, INCLUDING_DESCENDANTS_OF_EXCLUDED_CRITERIA, and UNKNOWN.
[[["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 2025-08-06 UTC."],[],["The document defines the `GenericTargetingError.Reason` enumeration within the `v202411` API namespace. This error reason is used across several services: Adjustment, Forecast, LineItem, LineItemTemplate, Order, ProposalLineItem, TargetingPreset, and YieldGroup. The enumeration lists three possible reasons: `CONFLICTING_INCLUSION_OR_EXCLUSION_OF_SIBLINGS`, `INCLUDING_DESCENDANTS_OF_EXCLUDED_CRITERIA`, and `UNKNOWN`, which are used to represent generic targeting errors in these services.\n"]]