Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions python-stdlib/errno/errno.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,15 @@
EPIPE = 32 # Broken pipe
EDOM = 33 # Math argument out of domain of func
ERANGE = 34 # Math result not representable
ENOSYS = 38 # Function not implemented
EMSGSIZE = 90 # Message too long
ENOPROTOOPT = 92 # Protocol not available
EOPNOTSUPP = 95 # Operation not supported on transport endpoint
EAFNOSUPPORT = 97 # Address family not supported by protocol
EADDRNOTAVAIL = 99 # Cannot assign requested address
ECONNRESET = 104 # Connection timed out
ENOBUFS = 105 # No buffer space available
ENOTCONN = 107 # Transport endpoint is not connected
ETIMEDOUT = 110 # Connection timed out
EHOSTUNREACH = 113 # No route to host
EINPROGRESS = 115 # Operation now in progress