ProcessPipes.stderr

An std.stdio.File that allows reading from the child process' standard error stream.

struct ProcessPipes
@property @safe nothrow
stderr
()

Throws

$(OBJECTREF Error) if the child process' standard error stream hasn't been redirected.

Meta