errno-extend
v0.0.3
Published
Error extension for v8
Downloads
4
Readme
errno-extend
Error extension for v8
Installation
$ npm install errno-extent
API
ArgumentsError()
: An error that occurred by wrong arguments of a caller.AvoidAcessError()
: An error that user-land access the unaccessable callee.UnknowMethodError(name)
: Commonly used in HTTP handler.NotFoundError(name)
: Not found forname
specified.RequiredError(name)
: Requirements missed error, name might be array or object, sure could be a string.
NB: TO BE COUTINUE... :)
License
MIT