We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb2f38 commit 96bb130Copy full SHA for 96bb130
errno/errno.py
@@ -33,4 +33,5 @@
33
EDOM = 33 # Math argument out of domain of func
34
ERANGE = 34 # Math result not representable
35
EAFNOSUPPORT = 97 # Address family not supported by protocol
36
+ETIMEDOUT = 110 # Connection timed out
37
EINPROGRESS = 115 # Operation now in progress
0 commit comments