Is it possible to change the message of the error "code 100" to say something easier for users? XMLHttpRequest failed: "Unable to connect to the Parse API"

I have a bunch of customers from remote areas and they have really bad internet connection so when they try to reach our app, they get this message:

Screen Shot 2022-04-07 at 2.58.10 PM

Is it possible to change this message somewhere? To make ir more user friendly for the normal user, like “No Network Connection. We are unable to connect to the internet. If the problem persists please contact [email protected]. Thank you”

Sorry if this is a dumb question

Yes. You need to identify the line of code that is throwing this exception, catch the exception and throw your own error with a friendly message.