Type Alias Error

type Error = Errno

Nix's main error type.

It's a wrapper around Errno. As such, it's very interoperable with std::io::Error, but it has the advantages of: