Skip to main content

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::stringmessage

Human-readable error string (often prefixed with [code]). More...

std::stringcode

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 367 of file GraphOptions.h.

Public Member Attributes

code

std::string simaai::neat::PullError::code

Canonical machine-triage code (see pipeline/ErrorCodes.h).

Definition at line 369 of file GraphOptions.h.

369 std::string code;

message

std::string simaai::neat::PullError::message

Human-readable error string (often prefixed with [code]).

Definition at line 368 of file GraphOptions.h.

368 std::string message;

report

std::optional<GraphReport> simaai::neat::PullError::report

Optional structured report for runtime/plugin failures.

Definition at line 370 of file GraphOptions.h.

370 std::optional<GraphReport> report;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.