Searched defs:ProtocolError (Results 1 – 4 of 4) sorted by relevance
77 class ProtocolError : public ConnectionError class80 ProtocolError (const std::string& message) : ConnectionError(message) {} in ProtocolError() function in xs::ProtocolError
53 class ProtocolError(Exception): class
265 class ProtocolError : public Serializable { class267 explicit ProtocolError(DispatchResponse dispatch_response) in ProtocolError() function in v8_crdtp::__anone309c9700211::ProtocolError
201 class ProtocolError(Error): class