noInput constant

ExitCode const noInput

An input file (not a system file) did not exist or was not readable.

Implementation

static const noInput = ExitCode._(66, 'noInput');