sgns::sgprocessing::UnmetRequirement¶
#include <capability_types.hpp>
Public Attributes¶
| Name | |
|---|---|
| UnmetRequirementCategory | category |
| std::string | detail Human-readable reason, e.g. "maxImageDimension2D: need 16384, have 8192". |
Detailed Description¶
A single unmet capability requirement with category tag and human-readable detail. Pattern follows ProcessingError in processing_processor.hpp (D-06).
Public Attributes Documentation¶
variable category¶
variable detail¶
Human-readable reason, e.g. "maxImageDimension2D: need 16384, have 8192".
Updated on 2026-09-17 at 06:29:14 +0000