Skip to content

sgns::sgprocessing::UnmetRequirement

More...

#include <capability_types.hpp>

Public Attributes

Name
UnmetRequirementCategory category
std::string detail
Human-readable reason, e.g. "maxImageDimension2D: need 16384, have 8192".

Detailed Description

struct sgns::sgprocessing::UnmetRequirement;

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

UnmetRequirementCategory category = UnmetRequirementCategory::RESOURCE;

variable detail

std::string detail;

Human-readable reason, e.g. "maxImageDimension2D: need 16384, have 8192".


Updated on 2026-09-17 at 06:29:14 +0000