Searched defs:ProtocolError (Results 1 – 15 of 15) sorted by relevance
81 class ProtocolError : public ConnectionError class84 ProtocolError(const std::string &message) : ConnectionError(message) in ProtocolError() function in xs::ProtocolError
53 class ProtocolError(Exception): class
52 class ProtocolError(Error): class
13 ProtocolError((byte)6), enumConstant
80 ProtocolError = errors.ProtocolError variable
172 pub enum ProtocolError { enum
227 class ProtocolError(Exception): class
312 ProtocolError(1002), enumConstant
89 ProtocolError(ProtocolErrorKind), enumerator
201 class ProtocolError(Error): class
2737 TEST_F(WebSocketChannelStreamTest, ProtocolError) { in TEST_F() argument
123 class ProtocolError(BaseError): class