TheWidlarzGroup/react-native-video
Improve and unify error reporting across platforms
Geschlossen
#2.694 geöffnet am 25.05.2022
6.x.xV6featurehelp wanted
Repository-Metriken
- Stars
- (7.677 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 2T 3h) (11 gemergte PRs in 30 T)
Beschreibung
Feature Request
Currently our error reporting is limited and in some cases not even useful when providing a string from resources instead of the actual error message. We should unify error codes across all platforms and only use actual error messages.
Why it is needed
It is best if there is consistency across all platforms and errors have useful and correct information included in them instead of identical generic messages that not always represent the issue correctly.