tempFail constant

ExitCodeExt const tempFail

Temporary failure, indicating something is not really an error.

In some cases, this can be re-attempted and will succeed later.

Implementation

static const tempFail = ExitCodeExt._(75, 'tempFail');