PullError Struct
Structured error returned by Run::pull() when status is Error. More...
Declaration
struct simaai::neat::PullError { ... }
Included Headers
#include <GraphOptions.h>
Public Member Attributes Index
| std::string | message |
|
Human-readable error string (often prefixed with [code]). More... | |
| std::string | code |
|
Canonical machine-triage code (see pipeline/ErrorCodes.h). More... | |
| std::optional< GraphReport > | report |
|
Optional structured report for runtime/plugin failures. More... | |
Description
Structured error returned by Run::pull() when status is Error.
The code field is a machine-triage value from pipeline/ErrorCodes.h. The message is a human-readable string (typically prefixed with [code]). The optional report carries the full structured GraphReport for severe runtime/plugin failures.
Definition at line 491 of file GraphOptions.h.
Public Member Attributes
code
|
Canonical machine-triage code (see pipeline/ErrorCodes.h).
Definition at line 493 of file GraphOptions.h.