Could we hide the error messages purposely

Since I’m doing busy checking on the model status every few seconds.
Sometimes, the error messages will be on and off.

Is there any way to hide this kind of error messages.
It will break the user experience.
Thanks so much.

Hi Poc, I’m not sure you’d be able to hide just one specific error. I wouldn’t recommend hiding the element that’s displaying errors either, because there might be legitimate problems the user would need to find out about through this element. Allowing the errors to happen could cause unpredictable behavior on the page, so I would recommend trying to determine why the error is popping up, and adressing the root cause instead.