unavailable constant

ExitCodeExt const unavailable

A service is unavailable.

This may occur if a support program or file does not exist. This may also be used as a catch-all error when something you wanted to do does not work, but you do not know why.

Implementation

static const unavailable = ExitCodeExt._(69, 'unavailable');