Constant exit_code::OS_ERROR [] [src]

pub const OS_ERROR: i32 = 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.