How to change severity of "UVM_ERROR: get: unable to locate hdl path"

Hi Dave,
It’s not working for me. I don’t think I’m using the correct ID.
The error I’m getting is

UVM_ERROR: get: unable to locate hdl path test.DUT_TOP.tmp.buffer.wrCountTmp

Either the name is incorrect, or you may not have PLI/ACC visibility to that name

I’m trying to convert UVM_ERROR to UVM_FATAL.
I tried to find the ID by using regmodel.buffer.get_full_name(). Don’t think it’s correct.

Any idea how I should go about getting the ID for uvm_reg in uvm_reg_block?

Thanks.

-Will