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.