Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reggi/multierror
A way to store multiple error objects within one error.
https://github.com/reggi/multierror
Last synced: about 1 month ago
JSON representation
A way to store multiple error objects within one error.
- Host: GitHub
- URL: https://github.com/reggi/multierror
- Owner: reggi
- Created: 2014-06-13T23:25:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-13T23:27:40.000Z (over 10 years ago)
- Last Synced: 2024-10-05T10:48:33.991Z (about 2 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Multierror
`npm install multierror --save`
## Usage
```
var Multierror = require("multierror");
```Original spec
* https://gist.github.com/reggi/9622569#file-multi-error-js-L24
GreenJello on ##javascript IRC
* http://jsfiddle.net/6n28Z/3/
* http://jsfiddle.net/6n28Z/4/
* http://jsfiddle.net/6n28Z/5/
* http://jsfiddle.net/6n28Z/8/