Searched defs:WebTransportError (Results 1 – 1 of 1) sorted by relevance
18 struct NET_EXPORT WebTransportError { struct20 explicit WebTransportError(int net_error) : net_error(net_error) { in WebTransportError() function23 WebTransportError(int net_error, in WebTransportError() function51 std::string WebTransportErrorToString(const WebTransportError& error); argument