osError constant

ExitCode const osError

An operating system error has been detected.

This intended to be used for such thing as cannot fork or cannot pipe.

Implementation

static const osError = ExitCode._(71, 'osError');