type golang.org/x/net/http2.ConnectionError

47 uses

	golang.org/x/net/http2 (current package)
		errors.go#L58: type ConnectionError ErrCode
		errors.go#L60: func (e ConnectionError) Error() string { return fmt.Sprintf("connection error: %s", ErrCode(e)) }
		frame.go#L528: 	return ConnectionError(code)
		frame.go#L706: 		return nil, ConnectionError(ErrCodeFrameSize)
		frame.go#L716: 		return nil, ConnectionError(ErrCodeProtocol)
		frame.go#L720: 		return nil, ConnectionError(ErrCodeFrameSize)
		frame.go#L727: 		return nil, ConnectionError(ErrCodeFlowControl)
		frame.go#L837: 		return nil, ConnectionError(ErrCodeFrameSize)
		frame.go#L840: 		return nil, ConnectionError(ErrCodeProtocol)
		frame.go#L877: 		return nil, ConnectionError(ErrCodeProtocol)
		frame.go#L880: 		return nil, ConnectionError(ErrCodeFrameSize)
		frame.go#L928: 		return nil, ConnectionError(ErrCodeFrameSize)
		frame.go#L939: 			return nil, ConnectionError(ErrCodeProtocol)
		frame.go#L1177: 		return nil, ConnectionError(ErrCodeFrameSize)
		frame.go#L1180: 		return nil, ConnectionError(ErrCodeProtocol)
		frame.go#L1266: 		return nil, ConnectionError(ErrCodeProtocol)
		frame.go#L1285: 		return nil, ConnectionError(ErrCodeProtocol)
		frame.go#L1537: 			return nil, ConnectionError(ErrCodeCompression)
		frame.go#L1554: 		return nil, ConnectionError(ErrCodeCompression)
		http2.go#L132: 			return ConnectionError(ErrCodeProtocol)
		http2.go#L136: 			return ConnectionError(ErrCodeFlowControl)
		http2.go#L140: 			return ConnectionError(ErrCodeProtocol)
		server.go#L1383: 	case ConnectionError:
		server.go#L1403: 			return ConnectionError(ErrCodeProtocol)
		server.go#L1428: 		return ConnectionError(ErrCodeProtocol)
		server.go#L1448: 		return ConnectionError(ErrCodeProtocol)
		server.go#L1467: 			return ConnectionError(ErrCodeProtocol)
		server.go#L1499: 		return ConnectionError(ErrCodeProtocol)
		server.go#L1551: 			return ConnectionError(ErrCodeProtocol)
		server.go#L1559: 		return ConnectionError(ErrCodeProtocol)
		server.go#L1626: 			return ConnectionError(ErrCodeFlowControl)
		server.go#L1659: 		return ConnectionError(ErrCodeProtocol)
		server.go#L1800: 		return ConnectionError(ErrCodeProtocol)
		server.go#L1828: 		return ConnectionError(ErrCodeProtocol)
		server.go#L1906: 		return ConnectionError(ErrCodeProtocol)
		transport.go#L1742: 	if ce, ok := cc.readerErr.(ConnectionError); ok {
		transport.go#L1845: 				return ConnectionError(ErrCodeProtocol)
		transport.go#L1933: 		if _, ok := err.(ConnectionError); ok {
		transport.go#L2069: 		return ConnectionError(ErrCodeProtocol)
		transport.go#L2075: 		return ConnectionError(ErrCodeProtocol)
		transport.go#L2080: 		return ConnectionError(ErrCodeProtocol)
		transport.go#L2206: 			return ConnectionError(ErrCodeProtocol)
		transport.go#L2249: 			return ConnectionError(ErrCodeFlowControl)
		transport.go#L2344: 		return ConnectionError(ErrCodeProtocol)
		transport.go#L2361: 				return ConnectionError(ErrCodeFlowControl)
		transport.go#L2407: 		return ConnectionError(ErrCodeFlowControl)
		transport.go#L2503: 	return ConnectionError(ErrCodeProtocol)