net/http.http2StreamError.Cause (field)

5 uses

	net/http (current package)
		h2_bundle.go#L1148: 	Cause    error // optional additional detail
		h2_bundle.go#L1156: 	if e.Cause != nil {
		h2_bundle.go#L1157: 		return fmt.Sprintf("stream error: stream ID %d; %v; %v", e.StreamID, e.Code, e.Cause)
		h2_bundle.go#L8333: 				if se.Cause == nil {
		h2_bundle.go#L8334: 					se.Cause = cc.fr.errDetail