Searched refs:ConnectionError (Results 1 – 10 of 10) sorted by relevance
73 ConnectionError,79 if not isinstance(e, ConnectionError):80 raise ConnectionError(str(e))90 raise ConnectionError("Timed out waiting for server")93 raise ConnectionError("Connection closed")98 raise ConnectionError("Bad message %r" % (line))
35 raise ConnectionError("Connection closed")44 raise ConnectionError("Bad response from server %r" % r)48 raise ConnectionError("Bad response from server %r" % r)
320 with self.assertRaises(ConnectionError):
98 …ConnectionError = QGeoServiceProvider::ConnectionError, //TODO Qt6 merge with Map's ConnectionError enumerator
492 case QGeoServiceProvider::ConnectionError: in ensureEngine()493 newError = ConnectionError; break; in ensureEngine()
72 ConnectionError, enumerator
62 except ConnectionError:
582 except ConnectionError as e:661 except ConnectionError as e:701 except ConnectionError as e:
305 case QGeoServiceProvider::ConnectionError: in pluginReady()
361 case QGeoServiceProvider::ConnectionError: in pluginReady()