How to hide the error dialog

While developing with MeetingSDK, I am checking for error cases. I confirmed that the following Error dialog appears when a network error occurs during a meeting.
“Cannot connect to our service, please check your network connection and try again. Error code: 104101”

I want to hide a error dialog or change it’s content and layout.
I’ve set the MeetingOptions.no_meeting_error_message = true, but still occurs dialog msg.
Let me know how to prevent the error dialog from appearing.
I confirmed that other meeting options worked well. For example, no_video, no_bottom_toolbar …etc…

Which version?
5.17.1.18530

If I use a customized UI instead of default UI, will this dialog not be visible?