falcor-http-datasource
falcor-http-datasource copied to clipboard
Errors: always use instance with status & all props from response
This improves error handling:
- All error responses are mapped to an error object, but still have all properties of the error response from the server
-
.status
is always added to the error object.
Great fix! I was about to implement it on my side... Hope it can be merged soon! It would fix https://github.com/Netflix/falcor/issues/745
Hey guys, would be awesome to merge this, @ajoslin can you rebase your work against master maybe? Thx
Hey! Just pinging for an update here?
I'm not sure how to merge this with the latest changes safely, unfortunately, and I'm not currently active on the project I was using this in. I don't think I'll be able to justify taking the time to rebase it.
@ajoslin Okay, how can I help?
Thanks @Hagbarth -- we need to rebase this to the latest master and verify that it still works.