exit-codes-0.1.0.0: Exit codes as defined by BSD

Copyright(c) Justus Adam, 2015
LicenseBSD-3
Maintainerdev@justus.science
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe
LanguageHaskell2010

System.Exit.Codes

Description

 

Synopsis

Documentation

exOk :: Int Source

successful termination

codeOk :: ExitCode Source

successful termination

exUsage :: Int Source

command line usage error

codeUsage :: ExitCode Source

command line usage error

exDataErr :: Int Source

data format error

codeDataErr :: ExitCode Source

data format error

exNoInput :: Int Source

cannot open input

codeNoInput :: ExitCode Source

cannot open input

exNoUser :: Int Source

addressee unknown

codeNoUser :: ExitCode Source

addressee unknown

exNoHost :: Int Source

host name unknown

codeNoHost :: ExitCode Source

host name unknown

exUnavailable :: Int Source

service unavailable

codeUnavaiable :: ExitCode Source

service unavailable

exSoftware :: Int Source

internal software error

codeSoftware :: ExitCode Source

internal software error

exOsErr :: Int Source

system error (e.g., can't fork)

codeOsErr :: ExitCode Source

system error (e.g., can't fork)

exOsFile :: Int Source

critical OS file missing

codeOsFile :: ExitCode Source

critical OS file missing

exCantCreate :: Int Source

can't create (user) output file

codeCantCreate :: ExitCode Source

can't create (user) output file

exIOErr :: Int Source

input/output error

codeIOErr :: ExitCode Source

input/output error

exTempFail :: Int Source

temp failure; user is invited to retry

codeTempFail :: ExitCode Source

temp failure; user is invited to retry

exProtocol :: Int Source

remote error in protocol

codeProtocol :: ExitCode Source

remote error in protocol

exNoPerm :: Int Source

permission denied

codeNoPerm :: ExitCode Source

permission denied

exConfig :: Int Source

configuration error

codeConfig :: ExitCode Source

configuration error