#how to change the message displayed on the frontend when appwrite exception occurs

1 messages · Page 1 of 1 (latest)

woven moat
#

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??

shy ember
#

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