Mr. BakbukiOriginal post
Web Developer
Is there a way I can find out all the possible errors that I can get from a certain endpoint?
I'm aware of this page https://appwrite.io/docs/response-codes and I'm just wondering if there is a better way to get all the errors for something.
So for example if I want to tell the user what went wrong when they tried to sign up, do I have to go over the whole list and find the possible errors? Because 90% of them are not even relevant.
Summary
The user is looking for a way to find all the possible errors they can get from a specific endpoint. They are aware of a documentation page that lists response codes but want to know if there is a better way to get all the errors. They specifically mention wanting to provide relevant errors when a user signs up instead of going through the entire list.