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