# @huz-com/base-errors

> Mostly used error instances

Latest version **1.0.16** (published 2021-11-29) · ISC license · 0 weekly downloads

## Install

```sh
npm install @huz-com/base-errors
pnpm add @huz-com/base-errors
yarn add @huz-com/base-errors
bun add @huz-com/base-errors
```

## Health

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

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.16 |
| Published | 2021-11-29 |
| First published | 2021-02-16 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 29.8 KB |
| Known vulnerabilities | 0 (+23 in 1 direct dependencies) |
| Install scripts | no |
| Author | Mustafa Yelmer |
| Maintainers | demiremrece, mustafayelmer, e.buyuk |
| Keywords | Global errors, Frequently used errors |

## Links

- npm: https://www.npmjs.com/package/@huz-com/base-errors
- Repository: git@gitlab.azerdev.com:huz.byorbit/be/component/base-errors
- npm.io page: https://npm.io/package/@huz-com/base-errors

## Dependencies (4)

- [axios](https://npm.io/package/axios.md) ^0.21.1
- [@huz-com/types](https://npm.io/package/@huz-com/types.md) ^1.0.3
- [@huz-com/scalar](https://npm.io/package/@huz-com/scalar.md) ^1.0.4
- [@huz-com/error-core](https://npm.io/package/@huz-com/error-core.md) ^1.0.10

## Alternatives

- [@sentry/react-native](https://npm.io/package/@sentry/react-native.md) — 2.6M weekly downloads
- [@ardatan/aggregate-error](https://npm.io/package/@ardatan/aggregate-error.md) — 708.1K weekly downloads
- [custom-error-generator](https://npm.io/package/custom-error-generator.md) — 2.0K weekly downloads
- [@technik-sde/prosemirror-recreate-transform](https://npm.io/package/@technik-sde/prosemirror-recreate-transform.md) — 1.5K weekly downloads
- [@suchipi/error-utils](https://npm.io/package/@suchipi/error-utils.md) — 78 weekly downloads

## Recent versions

- 1.0.16 (latest) — 2021-11-29
- 1.0.15 — 2021-11-29
- 1.0.14 — 2021-11-29
- 1.0.13 — 2021-06-30
- 1.0.12 — 2021-06-25
- 1.0.11 — 2021-03-14
- 1.0.10 — 2021-03-09
- 1.0.9 — 2021-03-09
- 1.0.8 — 2021-03-09
- 1.0.7 — 2021-02-21
- 1.0.6 — 2021-02-21
- 1.0.5 — 2021-02-17
- 1.0.4 — 2021-02-16
- 1.0.3 — 2021-02-16
- 1.0.2 — 2021-02-16
- … 1 more at https://npm.io/package/@huz-com/base-errors/versions

## README

# Huz.Com > Component > Base Errors

- Mostly used error instances

## Standards
- Language: `TS`
- Eslint: `Yes`
- Static Code Analysis: `Yes` *IntelliJ Code Inspections*
- DDD - Document Driven: `Yes`
- EDD - Exception Driven: `Yes`
- Standards Complied: [Huz Standards](https://gitlab.azerdev.com/huz.byorbit/be/documentation/standards)

## Commands
- ``npm run clear`` *// clears "dist" folder*
- ``npm run lint`` *// runs eslint for static code analysis*
- ``npm run test`` *// runs test files in "test" folder*
- ``npm run build`` *// builds JS files at "dist" folder*
- ``npm publish`` *or* ``npm run publix`` *// publishes "dist" folder to npm*

## Install
``npm i @huz-com/base-errors``

## Errors
- AxiosConnectionError
- EmptyValueError
- ModuleNotEnabledError
- OtherComponentError
- RecordNotActivatedError
- RecordNotFoundError

## TODO
- Complete other most used error instances

---
_Source: https://npm.io/package/@huz-com/base-errors · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
