[#subprocess-error] = xref:subprocess.adoc[subprocess]::error :relfileprefix: ../ :mrdocs: Option to specify the error channel for the child process. It can be: 1. An already open file descriptor. 2. A file name. 3. IOTYPE. Usually a PIPE or STDOUT == Synopsis Declared in `<util/subprocess.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct error; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:subprocess/error/2constructor-0e.adoc[`error`] [.small]#[constructor]# | Constructors |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:subprocess/error/deferred_.adoc[`deferred_`] | True when redirecting to STDOUT must be wired up later. | xref:subprocess/error/rd_ch_.adoc[`rd_ch_`] | Read end of the channel, or ‐1 if unused. | xref:subprocess/error/wr_ch_.adoc[`wr_ch_`] | Write end of the channel, or ‐1 if unused. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#