Enum ubend::Error [−][src]
Variants
OS(c_int)A libc function returned an error of specified errno.
NotEnoughArgumentsAny command needs to have at least one "argument" (the command name).
CannotRedirectStdinTo(Target)stdin cannot be redirected to stderr or stdout, since those are output streams and stdin is an input stream.
NotEnoughPipesA pipe chain has to have at least one command.
Trait Implementations
impl Display for Error[src]
impl Display for Errorfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Debug for Error[src]
impl Debug for Error