noPerm constant
ExitCode
const noPerm
You did not have sufficient permissions to perform the operation.
This is not intended for file system problems, which should use noInput or cantCreate, but rather for higher-level permissions.
Implementation
static const noPerm = ExitCode._(77, 'noPerm');