UNPKG

@feathersjs/errors

Version:

Common error types for Feathers apps

24 lines (14 loc) 876 B
# @feathersjs/errors [![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI) [![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/errors)](https://david-dm.org/feathersjs/feathers?path=packages/errors) [![Download Status](https://img.shields.io/npm/dm/@feathersjs/errors.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/errors) > Common error types for feathers apps ## Installation ``` npm install @feathersjs/errors --save ``` ## Documentation Refer to the [Feathers errors API documentation](https://docs.feathersjs.com/api/errors.html) for more details. ## License Copyright (c) 2019 [Feathers contributors](https://github.com/feathersjs/client/graphs/contributors) Licensed under the [MIT license](LICENSE).