You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, consider using the Boom package for HTTP error handling (though size is a concern - check to see how much weight these libs will add to the Webpack'd bundle).
The text was updated successfully, but these errors were encountered:
looking at the larger stack for solid-server, I notice that standard-http-error even if not big is used only in this library.
Just skimming names it seems http-errors is the module generally used. If I guess correctly that it provides equivalent functionality then perhaps it makes sense to instead refactor to use that.
Enhance the error handling mechanism to use embedded causal chains of
VErrors
(see this excellent Joyent blog post on Error Handling in Node.js) and the corresponding https://github.com/joyent/node-verror library.Also, consider using the Boom package for HTTP error handling (though size is a concern - check to see how much weight these libs will add to the Webpack'd bundle).
The text was updated successfully, but these errors were encountered: