1 | # @feathersjs/errors
|
2 |
|
3 | [](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
|
4 | [](https://david-dm.org/feathersjs/feathers?path=packages/errors)
|
5 | [](https://www.npmjs.com/package/@feathersjs/errors)
|
6 |
|
7 | > Common error types for feathers apps
|
8 |
|
9 | ## Installation
|
10 |
|
11 | ```
|
12 | npm install @feathersjs/errors --save
|
13 | ```
|
14 |
|
15 | ## Documentation
|
16 |
|
17 | Refer to the [Feathers errors API documentation](https://docs.feathersjs.com/api/errors.html) for more details.
|
18 |
|
19 | ## License
|
20 |
|
21 | Copyright (c) 2019 [Feathers contributors](https://github.com/feathersjs/client/graphs/contributors)
|
22 |
|
23 | Licensed under the [MIT license](LICENSE).
|