Searched defs:http2connError (Results 1 – 1 of 1) sorted by relevance
1275 type http2connError struct { struct1276 Code http2ErrCode // the ConnectionError error code1277 Reason string // additional reason1280 func (e http2connError) Error() string {