pub const NO_PERMISSION: i32 = 77;
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.
NO_INPUT
CANNOT_CREATE