Lines Matching refs:errorTab
108 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."
118 errorTab[10058] = "The network has been shut down."
119 errorTab[10060] = "The operation timed out."
120 errorTab[10061] = "Connection refused."
121 errorTab[10063] = "The name is too long."
122 errorTab[10064] = "The host is down."
123 errorTab[10065] = "The host is unreachable."