tempFail constant

ExitCode 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 = ExitCode._(75, 'tempFail');