# egg-xc-error

> [![NPM version][npm-image]][npm-url] [![build status][travis-image]][travis-url] [![Test coverage][codecov-image]][codecov-url] [![David deps][david-image]][david-url] [![Known Vulnerabilities][snyk-image]][snyk-url] [![npm download][download-image]][down

Latest version **1.2.0** (published 2021-05-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install egg-xc-error
pnpm add egg-xc-error
yarn add egg-xc-error
bun add egg-xc-error
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.0 |
| Published | 2021-05-02 |
| First published | 2018-10-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 0 |
| Unpacked size | 12.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | xudeping |
| Maintainers | xudeping |
| Keywords | egg, eggPlugin, egg-plugin |

## Links

- npm: https://www.npmjs.com/package/egg-xc-error
- Repository: https://github.com/eggjs/egg-xc-error
- Homepage: https://github.com/eggjs/egg-xc-error#readme
- Issues: https://github.com/eggjs/egg/issues
- npm.io page: https://npm.io/package/egg-xc-error

## Recent versions

- 1.2.0 (latest) — 2021-05-02
- 1.1.9 — 2021-05-02
- 1.1.8 — 2021-04-16
- 1.1.7 — 2021-04-16
- 1.1.6 — 2018-12-19
- 1.1.5 — 2018-12-19
- 1.1.4 — 2018-11-30
- 1.1.3 — 2018-11-03
- 1.1.2 — 2018-11-03
- 1.1.1 — 2018-11-03
- 1.1.0 — 2018-11-03
- 1.0.9 — 2018-11-01
- 1.0.8 — 2018-10-30
- 1.0.7 — 2018-10-30
- 1.0.6 — 2018-10-30
- … 6 more at https://npm.io/package/egg-xc-error/versions

## README

# egg-xc-error

[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][codecov-image]][codecov-url]
[![David deps][david-image]][david-url]
[![Known Vulnerabilities][snyk-image]][snyk-url]
[![npm download][download-image]][download-url]

[npm-image]: https://img.shields.io/npm/v/egg-xc-error.svg?style=flat-square
[npm-url]: https://npmjs.org/package/egg-xc-error
[travis-image]: https://img.shields.io/travis/eggjs/egg-xc-error.svg?style=flat-square
[travis-url]: https://travis-ci.org/eggjs/egg-xc-error
[codecov-image]: https://img.shields.io/codecov/c/github/eggjs/egg-xc-error.svg?style=flat-square
[codecov-url]: https://codecov.io/github/eggjs/egg-xc-error?branch=master
[david-image]: https://img.shields.io/david/eggjs/egg-xc-error.svg?style=flat-square
[david-url]: https://david-dm.org/eggjs/egg-xc-error
[snyk-image]: https://snyk.io/test/npm/egg-xc-error/badge.svg?style=flat-square
[snyk-url]: https://snyk.io/test/npm/egg-xc-error
[download-image]: https://img.shields.io/npm/dm/egg-xc-error.svg?style=flat-square
[download-url]: https://npmjs.org/package/egg-xc-error

<!--
Description here.
-->

## Install

```bash
$ npm i egg-xc-error --save
```

## Usage

```js
// {app_root}/config/plugin.js
exports.xcError = {
  enable: true,
  package: 'egg-xc-error',
};
```

## Configuration

```js
// {app_root}/config/config.default.js
exports.xcError = {
};
```

see [config/config.default.js](config/config.default.js) for more detail.

## Example

<!-- example here -->

## Questions & Suggestions

Please open an issue [here](https://github.com/eggjs/egg/issues).

## License

[MIT](LICENSE)

---
_Source: https://npm.io/package/egg-xc-error · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
