PullError Struct
Structured error returned by Run::pull() when status is Error. More...
Declaration
Included Headers
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< SessionReport > | 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 SessionReport for severe runtime/plugin failures.
Definition at line 364 of file SessionOptions.h.
Public Member Attributes
code
|
Canonical machine-triage code (see pipeline/ErrorCodes.h).
Definition at line 366 of file SessionOptions.h.
message
|
Human-readable error string (often prefixed with [code]).
Definition at line 365 of file SessionOptions.h.
report
|
Optional structured report for runtime/plugin failures.
Definition at line 367 of file SessionOptions.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.