Relation of cvx solver settings to mosek's settings

I would like to know how the various cvx_precision tolerances in http://cvxr.com/cvx/doc/solver.html#interpreting relate to mosek’s tolerances in https://docs.mosek.com/9.1/pythonapi/solving-conic.html#adjusting-optimality-criteria

In particular, I wanted to know how I could achieve the setting of cvx_precision low by tuning mosek’s (4)-different tolerances: ε_p, ε_d, ε_g and ε_i? thank you