[📚] Firebase Storage exceptions / error handling #7474
Labels
good first issue
Good for newcomers
Needs Attention
This issue needs maintainer attention.
platform: all
Issues / PRs which are for all platforms.
plugin: storage
type: documentation
Improvements or additions to documentation
I would like to be able to catch and respond according to specific errors from
firebase_storage
in my Flutter app.Here is what i would like to do:
For now i saw only 1 line in the documentation :
Saying
e.code == 'canceled'
. Fine, but what are the othersString
we should catch ascode
please ?I think all of the error codes should be added, or an
enum
describing the error state would also be great if possible.The text was updated successfully, but these errors were encountered: