More exceptions in SDKs #3188
SirusCodes
started this conversation in
Ideas
Replies: 1 comment 3 replies
|
It's true that this would be handy if you only want to catch certain exceptions (For this case I also miss more exceptions). For everything else, the information provided is actually sufficient. Which use case exactly is causing you problems? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey, I have tried to use Appwrite with Flutter.
The only thing that bugged me was there is only single
AppwriteException.Tho it does the job but IMO it is not good for DX.
Adding a few more exceptions like:
and so on
All reactions