Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dsocket.py112 errorTab = {} variable
113 errorTab[6] = "Specified event object handle is invalid."
114 errorTab[8] = "Insufficient memory available."
115 errorTab[87] = "One or more parameters are invalid."
116 errorTab[995] = "Overlapped operation aborted."
117 errorTab[996] = "Overlapped I/O event object not in signaled state."
118 errorTab[997] = "Overlapped operation will complete later."
119 errorTab[10004] = "The operation was interrupted."
120 errorTab[10009] = "A bad file handle was passed."
121 errorTab[10013] = "Permission denied."
[all …]
/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 …]