Home
last modified time | relevance | path

Searched refs:ConnectionError (Results 1 – 24 of 24) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DvariableDeclaratorResolvedDuringContextualTyping.js86 export class ConnectionError /* extends Error */ {
123 return WinJS.Promise.wrapError(new Errors.ConnectionError(xhr));
134 var ConnectionError /* extends Error */ = /** @class */ (function () { class
135 function ConnectionError(request) { class in anonymousFunctiond8b8960e0500.ConnectionError
137 return ConnectionError;
139 Errors.ConnectionError = ConnectionError;
159 return WinJS.Promise.wrapError(new Errors.ConnectionError(xhr));
DvariableDeclaratorResolvedDuringContextualTyping.types222 export class ConnectionError /* extends Error */ {
223 >ConnectionError : ConnectionError
270 …quest) => { return WinJS.Promise.wrapError(new Errors.ConnectionError(xhr)); …
342 …quest) => { return WinJS.Promise.wrapError(new Errors.ConnectionError(xhr)); …
345 return WinJS.Promise.wrapError(new Errors.ConnectionError(xhr));
346 >WinJS.Promise.wrapError(new Errors.ConnectionError(xhr)) : WinJS.Promise
352 >new Errors.ConnectionError(xhr) : Errors.ConnectionError
353 >Errors.ConnectionError : typeof Errors.ConnectionError
355 >ConnectionError : typeof Errors.ConnectionError
DvariableDeclaratorResolvedDuringContextualTyping.symbols313 export class ConnectionError /* extends Error */ {
314 >ConnectionError : Symbol(ConnectionError, Decl(variableDeclaratorResolvedDuringContextualTyping.ts…
429 return WinJS.Promise.wrapError(new Errors.ConnectionError(xhr));
435 >Errors.ConnectionError : Symbol(Errors.ConnectionError, Decl(variableDeclaratorResolvedDuringConte…
437 >ConnectionError : Symbol(Errors.ConnectionError, Decl(variableDeclaratorResolvedDuringContextualTy…
DvariableDeclaratorResolvedDuringContextualTyping.errors.txt91 export class ConnectionError /* extends Error */ {
134 return WinJS.Promise.wrapError(new Errors.ConnectionError(xhr));
/third_party/vk-gl-cts/execserver/
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()
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/typescript/tests/cases/compiler/
DvariableDeclaratorResolvedDuringContextualTyping.ts86 export class ConnectionError /* extends Error */ { class
123 return WinJS.Promise.wrapError(new Errors.ConnectionError(xhr));
/third_party/python/Lib/test/
Dexception_hierarchy.txt27 | +-- ConnectionError
Dtest_ssl.py2579 if isinstance(e, ConnectionError):
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/iomgr/
Dsocket.pyx.pxi103 except ConnectionError as e:
137 except ConnectionError as connection_error:
/third_party/python/Doc/tutorial/
Derrors.rst287 ... raise ConnectionError
291 ... except ConnectionError as exc:
297 ConnectionError
Dmodules.rst352 'ChildProcessError', 'ConnectionAbortedError', 'ConnectionError',
/third_party/python/Lib/test/test_asyncio/
Dtest_sendfile.py461 with self.assertRaises(ConnectionError):
482 with self.assertRaises(ConnectionError):
/third_party/python/Doc/library/
Dexceptions.rst656 .. exception:: ConnectionError
665 A subclass of :exc:`ConnectionError`, raised when trying to write on a
672 A subclass of :exc:`ConnectionError`, raised when a connection attempt
678 A subclass of :exc:`ConnectionError`, raised when a connection attempt
684 A subclass of :exc:`ConnectionError`, raised when a connection is
Dhttp.client.rst325 If a :exc:`ConnectionError` or subclass is raised, the
/third_party/node/deps/npm/node_modules/verror/
DREADME.md380 'name': 'ConnectionError',
398 ConnectionError
400 ConnectionError: failed to connect to "127.0.0.1:215": something bad happened
/third_party/python/Lib/asyncio/
Dunix_events.py393 type(exc) is not ConnectionError):
398 new_exc = ConnectionError(
Dbase_events.py222 raise ConnectionError("Connection closed by peer")
238 ConnectionError("Connection is closed by peer"))
Dselector_events.py981 ConnectionError("Connection is closed by peer"))
/third_party/python/Objects/
Dexceptions.c1272 MiddlingExtendsException(PyExc_OSError, ConnectionError, OSError,
2739 PRE_INIT(ConnectionError); in _PyExc_Init()
2879 POST_INIT(ConnectionError); in _PyBuiltins_AddExceptions()
/third_party/python/Lib/http/
Dclient.py1375 except ConnectionError:
/third_party/python/Doc/c-api/
Dexceptions.rst911 | :c:data:`PyExc_ConnectionError` | :exc:`ConnectionError` | |
/third_party/python/Doc/whatsnew/
D3.3.rst346 * :exc:`ConnectionError`
356 And the :exc:`ConnectionError` itself has finer-grained subclasses:
D3.5.rst1206 :exc:`ConnectionError` (of which ``RemoteDisconnected``