-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create unified error enums or types #127
Comments
Extending on this issue, found this to be the most confusing aspect of adding RevenueCat to a react native app. I'd expect enums provided here https://docs.revenuecat.com/docs/errors to be available as fields on errors thrown from this sdk, but this is not the case. |
Just so this issue is not considered stale, not only is it still relevant, it is exacerbated by the fact that the See #228 |
Closing this issue as it's been fixed in release 4.1.2 🎉 |
Similar to the closed Flutter issue: RevenueCat/purchases-flutter#3
Expose error codes as enums or equivalent so they don't have to be hard-coded.
The text was updated successfully, but these errors were encountered: