software constant

ExitCodeExt 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 = ExitCodeExt._(70, 'software');