NO_PERMISSION

Constant NO_PERMISSION 

Source
pub const NO_PERMISSION: i32 = 77;
Expand description

Insufficient permissions to perform an operation. This is not intended for file system problems, which should use NO_INPUT or CANNOT_CREATE, but rather for higher level permissions.