Constant exitcode::OSERR [] [src]

pub const OSERR: ExitCode = 71

An operating system error has been detected. This is intended to be used for such things as "cannot fork", "cannot create pipe", or the like. It includes things like getuid returning a user that does not exist in the passwd file.