software constant
ExitCode
const software
An internal software error has been detected.
This should be limited to non-operating system related errors as possible.
Implementation
static const software = ExitCode._(70, 'software');