Searched refs:ConnectionError (Results 1 – 15 of 15) sorted by relevance
71 class ConnectionError : public Error class74 ConnectionError (const std::string& message) : Error(message) {} in ConnectionError() function in xs::ConnectionError77 class ProtocolError : public ConnectionError80 ProtocolError (const std::string& message) : ConnectionError(message) {} in ProtocolError()
365 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()
9 from autotest_lib.server.cros.faft.firmware_test import ConnectionError43 except ConnectionError:59 except ConnectionError:
12 from autotest_lib.server.cros.faft.firmware_test import ConnectionError73 except ConnectionError:78 raise ConnectionError()
14 class ConnectionError(Exception): class410 raise ConnectionError()432 raise ConnectionError()512 raise ConnectionError()529 raise ConnectionError()588 except ConnectionError:618 except ConnectionError:
24 class ConnectionError(Error): class69 raise ConnectionError(
70 with self.assertRaises(do_nothing_forwarder.ConnectionError):
8 from autotest_lib.server.cros.faft.firmware_test import ConnectionError26 except ConnectionError:
9 from autotest_lib.server.cros.faft.firmware_test import ConnectionError33 except ConnectionError:
9 from autotest_lib.server.cros.faft.firmware_test import ConnectionError56 except ConnectionError:
26 ConnectionError = mode_switcher.ConnectionError variable233 except ConnectionError:257 except ConnectionError:271 except ConnectionError:283 except ConnectionError:298 except ConnectionError:314 except ConnectionError:1107 except ConnectionError:
31 except requests.ConnectionError as e:
47 except ConnectionError: