Constant proc_exit::sysexits::OS_ERR

source ·
pub const OS_ERR: Code;
Expand description

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