Why this error occurs in middle of the cvx programming when using mosek solver?

Unrecognized field name “sol”.

Error in cvx_mosek

Error in cvxprob/solve (line 435)
[ x, status, tprec, iters ] = shim.solve( At, b, c, cones, quiet, prec, solv.settings, eargs{:} );

Error in cvx_end (line 88)
solve( prob );

Error in Rxbeam_cvx (line 49)
cvx_end

Error in SE_opt_beam_direct (line 173)
[w_k_initial] = Rxbeam_cvx(K,Mr_rec,R_min,w_k_initial,h_theta,P1,g_theta,h_s_i,v,sigma_sqr_t,sigma_sqr,a_k,b_k);

Here is a recent post from a Mosek developer.

Here is an occurrence when an attempt was made to use Mosek to solve a Mixed-Integer SDP problem (which CVX sends to the solver, but Mosek doesn’t accept as a problem type).

If you show a reproducible example, with all output, perhaps someone can offer a more specific assessment and advice.

I am not displaying output in the command window. Hence, I am not able to get the exact reason.
How I can show reproducible example, with all output? Please tell!

Copy and paste your entire code and all output into a post using Preformatted text icon.

You already copy and pasted the error message. Just make sure you include everything,including if there was any output before this error message. Make sure you do not use the quiet option.