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

7 uses

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

	google.golang.org/grpc/internal/transport
		http2_server.go#L1006: 		t.closeStream(s, true, http2.ErrCodeInternal, false)
		http2_server.go#L1073: 		t.closeStream(s, true, http2.ErrCodeInternal, false)
		http_util.go#L56: 		http2.ErrCodeInternal:           codes.Internal,