enum StdErr
case StdErr(java.io.InputStream)
A wrapper for the stderr stream of a process.
instance Readable[StdErr]