Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/