Skip to main content

Module sysexits

Module sysexits 

Source
Expand description

sysexits.h implementation.

Non-POSIX, see https://www.man7.org/linux/man-pages/man3/sysexits.h.3head.html.

Constants§

EX_CANTCREAT
Can’t create (user) output file.
EX_CONFIG
Configuration error.
EX_DATAERR
Data format error.
EX_IOERR
Input/Output error.
EX_NOHOST
Host name unknown.
EX_NOINPUT
Cannot open input.
EX_NOPERM
Permission denied.
EX_NOUSER
Addressee unknown.
EX_OK
Successful termination.
EX_OSERR
System error (e.g., can’t fork).
EX_OSFILE
Critical OS file missing.
EX_PROTOCOL
Remote error in protocol.
EX_SOFTWARE
Internal software error.
EX_TEMPFAIL
Temp failure; user is invited to retry.
EX_UNAVAILABLE
Service unavailable.
EX_USAGE
Command line usage error.