TheWidlarzGroup/react-native-video
Improve and unify error reporting across platforms
已關閉
#2,694 建立於 2022年5月25日
6.x.xV6featurehelp wanted
倉庫指標
- 星標
- (7,677 顆星)
- PR 合併指標
- (平均合併 2天 3小時) (30 天內合併 11 個 PR)
描述
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.