-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Improve castError handling of non strings #13315
Merged
nerrad
merged 10 commits into
master
from
feature/improve-cast-error-handling-of-non-strings
Jan 23, 2019
Merged
Improve castError handling of non strings #13315
nerrad
merged 10 commits into
master
from
feature/improve-cast-error-handling-of-non-strings
Jan 23, 2019
Commits on Jan 19, 2019
-
improve handling of non strings for errors
- introduce ReduxRoutineResponseError, a custom error handler for non string error values. The “response” is added to a `response` property on this new error handler thus exposing arbitrary responses to any client code wanting to extract from. - implement ReduxRoutineResponseError in `castError` so that this error object is always returned when the error value is not already an instance of Error.
Configuration menu - View commit details
-
Copy full SHA for 0ca25d5 - Browse repository at this point
Copy the full SHA 0ca25d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82df7b6 - Browse repository at this point
Copy the full SHA 82df7b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 612eb3f - Browse repository at this point
Copy the full SHA 612eb3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bfd2f4 - Browse repository at this point
Copy the full SHA 3bfd2f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 803f848 - Browse repository at this point
Copy the full SHA 803f848View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c14ed1 - Browse repository at this point
Copy the full SHA 8c14ed1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d087742 - Browse repository at this point
Copy the full SHA d087742View commit details
Commits on Jan 22, 2019
-
Update packages/redux-routine/CHANGELOG.md
Co-Authored-By: nerrad <darren@roughsmootheng.in>
Configuration menu - View commit details
-
Copy full SHA for 5452aba - Browse repository at this point
Copy the full SHA 5452abaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f448674 - Browse repository at this point
Copy the full SHA f448674View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c9f1d4 - Browse repository at this point
Copy the full SHA 3c9f1d4View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.