Home
last modified time | relevance | path

Searched refs:errorTab (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dsocket.py108 errorTab = {} variable
109 errorTab[10004] = "The operation was interrupted."
110 errorTab[10009] = "A bad file handle was passed."
111 errorTab[10013] = "Permission denied."
112 errorTab[10014] = "A fault occurred on the network??" # WSAEFAULT
113 errorTab[10022] = "An invalid operation was attempted."
114 errorTab[10035] = "The socket operation would block"
115 errorTab[10036] = "A blocking operation is already in progress."
116 errorTab[10048] = "The network address is in use."
117 errorTab[10054] = "The connection has been reset."
[all …]
/external/python/cpython3/Lib/
Dsocket.py111 errorTab = {} variable
112 errorTab[10004] = "The operation was interrupted."
113 errorTab[10009] = "A bad file handle was passed."
114 errorTab[10013] = "Permission denied."
115 errorTab[10014] = "A fault occurred on the network??" # WSAEFAULT
116 errorTab[10022] = "An invalid operation was attempted."
117 errorTab[10035] = "The socket operation would block"
118 errorTab[10036] = "A blocking operation is already in progress."
119 errorTab[10048] = "The network address is in use."
120 errorTab[10054] = "The connection has been reset."
[all …]