type net/http.http2ConnectionError

47 uses

	net/http (current package)
		h2_bundle.go#L1137: type http2ConnectionError http2ErrCode
		h2_bundle.go#L1139: func (e http2ConnectionError) Error() string {
		h2_bundle.go#L1771: 	return http2ConnectionError(code)
		h2_bundle.go#L1949: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L1959: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L1963: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L1970: 		return nil, http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L2080: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2083: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2120: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2123: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2171: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2182: 			return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2420: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2423: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2509: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2528: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2780: 			return nil, http2ConnectionError(http2ErrCodeCompression)
		h2_bundle.go#L2797: 		return nil, http2ConnectionError(http2ErrCodeCompression)
		h2_bundle.go#L3203: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3207: 			return http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L3211: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L4952: 	case http2ConnectionError:
		h2_bundle.go#L4972: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L4997: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L5017: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L5036: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L5068: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L5120: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L5128: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L5195: 			return http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L5218: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L5355: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L5383: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L5461: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L8245: 	if ce, ok := cc.readerErr.(http2ConnectionError); ok {
		h2_bundle.go#L8348: 				return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L8436: 		if _, ok := err.(http2ConnectionError); ok {
		h2_bundle.go#L8572: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L8578: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L8583: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L8709: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L8752: 			return http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L8847: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L8864: 				return http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L8910: 		return http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L9006: 	return http2ConnectionError(http2ErrCodeProtocol)