Searched defs:ProtocolError (Results 1 – 12 of 12) 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
52 class ProtocolError(Error): class
80 ProtocolError = errors.ProtocolError variable
226 class ProtocolError(Exception): class
312 ProtocolError(1002), enumConstant
86 ProtocolError(ProtocolErrorKind), enumerator
101 class ProtocolError(BaseError): class
201 class ProtocolError(Error): class
238 class ProtocolError(Error): class
2705 TEST_F(WebSocketChannelStreamTest, ProtocolError) { in TEST_F() argument