-
Notifications
You must be signed in to change notification settings - Fork 3
/
errors.txt
93 lines (87 loc) · 1.83 KB
/
errors.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
/*
Copyright (C) 2010 IsmAvatar <[email protected]>
This file is part of EnigmaNet
EnigmaNet is free software and comes with ABSOLUTELY NO WARRANTY.
See LICENSE for details.
*/
http://epydoc.sourceforge.net/stdlib/errno-module.html
2 ENOENT (connect)
4 EINTR
5 EIO
9 EBADF
11 EAGAIN EWOULDBLOCK
12 ENOMEM (send)
13 EACCES (recv)
14 EFAULT
20 ENOTDIR (connect)
21 EISDIR
22 EINVAL (send)
23 ENFILE (socket)
24 EMFILE (socket)
30 EROFS
32 EPIPE (recv)
36 ENAMETOOLONG
40 ELOOP (connect)
63 ENOSR
71 EPROTO (accept)
88 ENOTSOCK
89 EDESTADDRREQ (send)
90 EMSGSIZE (recv)
91 EPROTOTYPE (connect)
93 EPROTONOSUPPORT (socket)
95 EOPNOTSUPP
97 EAFNOSUPPORT (connect)
98 EADDRINUSE (connect)
99 EADDRNOTAVAIL (connect)
100 ENETDOWN (recv)
101 ENETUNREACH (recv)
103 ECONNABORTED
104 ECONNRESET
105 ENOBUFS
106 EISCONN (connect)
107 ENOTCONN
110 ETIMEDOUT (send)
111 ECONNREFUSED
113 EHOSTUNREACH (connect)
114 EALREADY (connect)
115 EINPROGRESS (connect)
13 EACCES (recv)
98 EADDRINUSE (connect)
99 EADDRNOTAVAIL (connect)
97 EAFNOSUPPORT (connect, socket)
11 EAGAIN EWOULDBLOCK
114 EALREADY (connect)
9 EBADF
103 ECONNABORTED
111 ECONNREFUSED
104 ECONNRESET
89 EDESTADDRREQ (send)
14 EFAULT
113 EHOSTUNREACH (connect)
115 EINPROGRESS (connect)
4 EINTR
22 EINVAL
5 EIO
106 EISCONN (connect)
21 EISDIR
40 ELOOP (connect)
24 EMFILE (socket)
90 EMSGSIZE (recv)
36 ENAMETOOLONG
100 ENETDOWN (recv)
101 ENETUNREACH (recv)
23 ENFILE (socket)
105 ENOBUFS
2 ENOENT (connect)
12 ENOMEM
63 ENOSR
107 ENOTCONN
20 ENOTDIR (connect)
88 ENOTSOCK
95 EOPNOTSUPP
32 EPIPE (recv)
71 EPROTO (accept)
93 EPROTONOSUPPORT (socket)
91 EPROTOTYPE (connect)
30 EROFS
110 ETIMEDOUT