Errors are very basic to projects and languages.
And currently it is hard to define errors and exchange errors.
This library is a try to build a unified error system and make it exchangeable between projects or if possible languages.
so it can also help sails to define its errors and publish them with ease.
And I have published two
errorable modules:
common and
http .
common is for more general usage,
http is for http protocol.
You can also define yours and if your errors are general enough, you can publish it.
Thanks you.
在 2016年1月25日星期一 UTC+8上午9:28:17,Robert Main写道:
What does this have to do with sails?