dfx 0.1.0
Linux-based dynamic dataflow executor
Loading...
Searching...
No Matches
dfx::Subprocess::Process::SpawnError Struct Reference

Spawn failure description. More...

#include <dfx-subprocess/Process.hpp>

Public Attributes

ChildExecStage stage
 Stage at which the spawn failed.
int err
 Error code (errno of the child at the failure point).

Detailed Description

Spawn failure description.

Member Data Documentation

◆ err

int dfx::Subprocess::Process::SpawnError::err

Error code (errno of the child at the failure point).

◆ stage

ChildExecStage dfx::Subprocess::Process::SpawnError::stage

Stage at which the spawn failed.


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