Home
last modified time | relevance | path

Searched refs:ConnectionError (Results 1 - 11 of 11) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DvariableDeclaratorResolvedDuringContextualTyping.js86 export class ConnectionError /* extends Error */ {
123 return WinJS.Promise.wrapError(new Errors.ConnectionError(xhr));
134 var ConnectionError /* extends Error */ = /** @class */ (function () {
135 function ConnectionError(request) {
137 return ConnectionError;
139 Errors.ConnectionError = ConnectionError;
159 return WinJS.Promise.wrapError(new Errors.ConnectionError(xhr));
/third_party/vk-gl-cts/execserver/
H A DxsDefs.hpp71 class ConnectionError : public Error class
74 ConnectionError (const std::string& message) : Error(message) {} in ConnectionError() function in xs::ConnectionError
77 class ProtocolError : public ConnectionError
80 ProtocolError (const std::string& message) : ConnectionError(message) {} in ProtocolError()
H A DxsExecutionServer.cpp365 throw ConnectionError("Connection terminated"); in receive()
367 throw ConnectionError("receive() failed"); in receive()
398 throw ConnectionError("Connection terminated"); in send()
400 throw ConnectionError("send() failed"); in send()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_sendfile.py466 with self.assertRaises(ConnectionError):
487 with self.assertRaises(ConnectionError):
495 raise ConnectionError
H A Dtest_ssl.py191 except (BrokenPipeError, ConnectionError):
/third_party/python/Lib/asyncio/
H A Dunix_events.py405 type(exc) is not ConnectionError):
408 # of the operation, normalize the error to ConnectionError
410 new_exc = ConnectionError(
H A Dbase_events.py223 raise ConnectionError("Connection closed by peer")
239 ConnectionError("Connection is closed by peer"))
H A Dselector_events.py1120 ConnectionError("Connection is closed by peer"))
/third_party/python/Lib/http/
H A Dclient.py25 | response = getresponse() | ConnectionError
1379 except ConnectionError:
/third_party/python/Objects/
H A Dexceptions.c2122 MiddlingExtendsException(PyExc_OSError, ConnectionError, OSError,
3555 ITEM(ConnectionError),
3575 // Level 5: ConnectionError(OSError) subclasses
/third_party/python/Lib/test/
H A Dtest_ssl.py2610 if isinstance(e, ConnectionError):

Completed in 24 milliseconds