i want to change the message which comes on my forntend when it no internet is available right now it shows an appwrite exception but i want it to show "connect to the net" how to implement this??
For that you'll need to override the errors.
Meaning check the error string and returned value in your code and display the error you like in the frontend for the end-user