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.
You can look at the user related types. Of course you can look at the source code too since it's public
Recommended threads
- Mcp server offline?
- Appwrite Server 404 Not Found
Someone help please I'm using docker appwrite on my vps hosting server. there are other projects running on nginx as well so to avoid issues i'm using nginx se...
- Appwrite Python SDK Keeps returning the ...
So I have a couple services, one is a scheduling engine responsible for fetching data from a database and launching a containerized micro service to process tha...