-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
refactor: replace hardcoded error codes with references #7546
Conversation
Thanks for opening this pull request!
|
Codecov Report
@@ Coverage Diff @@
## master #7546 +/- ##
==========================================
- Coverage 93.97% 93.63% -0.34%
==========================================
Files 181 181
Lines 13354 13354
==========================================
- Hits 12549 12504 -45
- Misses 805 850 +45
Continue to review full report at Codecov.
|
doesn't need a changelog entry, as this is merely a refactor
🎉 This change has been released in version 5.0.0-alpha.2 |
🎉 This change has been released in version 5.0.0-beta.1 |
🎉 This change has been released in version 5.0.0 |
New Pull Request Checklist
Issue Description
Hardcoded errors should not exist in Parse Server.
Related issue: #7545
Approach
Removes some hard coded error codes in preference for
Parse.Error
TODOs before merging