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

9 uses

	golang.org/x/net/http2 (current package)
		errors.go#L18: 	ErrCodeInternal           ErrCode = 0x2
		errors.go#L35: 	ErrCodeInternal:           "INTERNAL_ERROR",
		server.go#L1784: 	st.sc.writeFrameFromHandler(FrameWriteRequest{write: streamError(st.id, ErrCodeInternal)})
		transport.go#L1409: 			cc.writeStreamReset(cs.ID, ErrCodeInternal, err)
		write.go#L123: 	return ctx.Framer().WriteRSTStream(hp.StreamID, ErrCodeInternal)

	google.golang.org/grpc/internal/transport
		http2_server.go#L827: 		t.closeStream(s, true, http2.ErrCodeInternal, false)
		http2_server.go#L892: 		t.closeStream(s, true, http2.ErrCodeInternal, false)
		http_util.go#L63: 		http2.ErrCodeInternal:           codes.Internal,
		http_util.go#L77: 		codes.Internal:          http2.ErrCodeInternal,