Home
last modified time | relevance | path

Searched defs:ProtocolError (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/lib/lsp-server/src/
Derror.rs6 pub struct ProtocolError(pub(crate) String); struct
8 impl std::error::Error for ProtocolError {} implementation
10 impl fmt::Display for ProtocolError { implementation
Dlib.rs115 pub fn initialize_start(&self) -> Result<(RequestId, serde_json::Value), ProtocolError> { in initialize_start() argument
145 ) -> Result<(), ProtocolError> { in initialize_finish() argument
189 ) -> Result<serde_json::Value, ProtocolError> { in initialize() argument
202 pub fn handle_shutdown(&self, req: &Request) -> Result<bool, ProtocolError> { in handle_shutdown() argument
/third_party/vk-gl-cts/execserver/
DxsDefs.hpp77 class ProtocolError : public ConnectionError class
80 ProtocolError (const std::string& message) : ConnectionError(message) {} in ProtocolError() function in xs::ProtocolError
/third_party/protobuf/conformance/
Dconformance_python.py30 class ProtocolError(Exception): class
/third_party/python/Lib/xmlrpc/
Dclient.py201 class ProtocolError(Error): class