Searched defs:ProtocolError (Results 1 – 5 of 5) sorted by relevance
6 pub struct ProtocolError(pub(crate) String); struct8 impl std::error::Error for ProtocolError {} implementation10 impl fmt::Display for ProtocolError { implementation
115 pub fn initialize_start(&self) -> Result<(RequestId, serde_json::Value), ProtocolError> { in initialize_start() argument145 ) -> Result<(), ProtocolError> { in initialize_finish() argument189 ) -> Result<serde_json::Value, ProtocolError> { in initialize() argument202 pub fn handle_shutdown(&self, req: &Request) -> Result<bool, ProtocolError> { in handle_shutdown() argument
77 class ProtocolError : public ConnectionError class80 ProtocolError (const std::string& message) : ConnectionError(message) {} in ProtocolError() function in xs::ProtocolError
30 class ProtocolError(Exception): class
201 class ProtocolError(Error): class