const golang.org/x/net/http2.ErrCodeInternal

8 uses

	golang.org/x/net/http2 (current package)
		errors.go#L18: 	ErrCodeInternal           ErrCode = 0x2
		errors.go#L35: 	ErrCodeInternal:           "INTERNAL_ERROR",
		server.go#L1859: 		Code:     ErrCodeInternal,
		write.go#L124: 	return ctx.Framer().WriteRSTStream(hp.StreamID, ErrCodeInternal)

	google.golang.org/grpc/internal/transport
		http2_server.go#L995: 			rstCode:  http2.ErrCodeInternal,
		http2_server.go#L1061: 		t.closeStream(s, true, http2.ErrCodeInternal, false)
		http2_server.go#L1132: 		t.closeStream(s, true, http2.ErrCodeInternal, false)
		http_util.go#L57: 		http2.ErrCodeInternal:           codes.Internal,