UNPKG

796 BMarkdownView Raw
1# @feathersjs/errors
2
3[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
4[![Download Status](https://img.shields.io/npm/dm/@feathersjs/errors.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/errors)
5[![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/qa8kez8QBx)
6
7> Common error types for feathers apps
8
9## Installation
10
11```
12npm install @feathersjs/errors --save
13```
14
15## Documentation
16
17Refer to the [Feathers errors API documentation](https://feathersjs.com/api/errors.html) for more details.
18
19## License
20
21Copyright (c) 2023 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
22
23Licensed under the [MIT license](LICENSE).