Display Error message from apex class to skuid ui

Hi all, I have a problem with skuid error mesages, I am adding errors with addError method from my trigger validation, but I do not see my error message as expected in the skuid UI
   
 ff.addError(‘Practice has no licensee’);

My skuid version is 6.8.20

Thanks