exitFailure package:lens

indicates program failure with an exit code. The exact interpretation of the code is operating-system dependent. In particular, some values may be prohibited (e.g. 0 on a POSIX-compliant system).
_ExitFailure :: Prism' ExitCode      Int
_ExitFailure :: Prism' SomeException Int