Searched defs:ProtocolError (Results 1 – 2 of 2) sorted by relevance
77 class ProtocolError : public ConnectionError class80 ProtocolError (const std::string& message) : ConnectionError(message) {} in ProtocolError() function in xs::ProtocolError
361 …NormalClosure(1000), GoingAway(1001), ProtocolError(1002), UnsupportedData(1003), NoStatusRcvd(100… enumConstant