osFile constant
ExitCode
const osFile
Some system file (e.g. /etc/passwd
) does not exist or could not be read.
Implementation
static const osFile = ExitCode._(72, 'osFile');
Some system file (e.g. /etc/passwd
) does not exist or could not be read.
static const osFile = ExitCode._(72, 'osFile');