osError constant
ExitCodeExt
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 = ExitCodeExt._(71, 'osError');