OS_ERROR

Constant OS_ERROR 

Source
pub const OS_ERROR: i32 = 71;
Expand description

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.