Searched defs:ConnectionError (Results 1 – 6 of 6) sorted by relevance
71 class ConnectionError : public Error class74 ConnectionError (const std::string& message) : Error(message) {} in ConnectionError() function in xs::ConnectionError
12 class ConnectionError(Exception): class
124 TEST_P(BindingTest, ConnectionError) { in TEST_P() argument
502 pub struct ConnectionError { struct504 pub is_app: bool,507 pub error_code: u64,510 pub reason: Vec<u8>,4236 pub fn peer_error(&self) -> Option<&ConnectionError> { in peer_error()
41 ConnectionError = mode_switcher.ConnectionError variable
98 class ConnectionError(BaseError): class