errors.txt - clic - Clic is an command line interactive client for gopher written in Common LISP
HTML git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
errors.txt (772B)
---
1 EADDRINUSE 48 address-in-use-error
2 EADDRNOTAVAIL 49 address-not-available-error
3 EAGAIN interrupted-error ;; not 1 error code: bsd == 11; non-bsd == 35
4 EBADF 9 bad-file-descriptor-error
5 ECONNREFUSED 61 connection-refused-error
6 EINTR 4 interrupted-error
7 EINVAL 22 invalid-argument-error
8 ENOBUFS 55 no-buffers-error
9 ENOMEM 12 out-of-memory-error
10 EOPNOTSUPP 45 operation-not-supported-error
11 EPERM 1 operation-not-permitted-error
12 EPROTONOSUPPORT 43 protocol-not-supported-error
13 ESOCKTNOSUPPORT 44 socket-type-not-supported-error
14 ENETUNREACH 51 network-unreachable-error
15 ENETDOWN 50 network-down-error
16 ENETRESET 52 network-reset-error
17 ESHUTDOWN 58 already-shutdown-error
18 ETIMEDOUT 60 connection-timeout-error
19 EHOSTDOWN 64 host-down-error
20 EHOSTUNREACH 65 host-unreachable-error