Skip to content

sgns::sgprocessing::ProcessingError

More...

#include <processing_processor.hpp>

Public Attributes

Name
ProcessingErrorStage stage
std::string message

Detailed Description

struct sgns::sgprocessing::ProcessingError;

Structured, per-stage processor failure detail (D-25/D-26). Carries the failing VkResult/context as a plain message string.

Public Attributes Documentation

variable stage

ProcessingErrorStage stage = ProcessingErrorStage::UNSPECIFIED;

variable message

std::string message;

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