# @openaddresses/batch-error

> OpenAddresses Error Handler

Latest version **2.14.1** (published 2026-02-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install @openaddresses/batch-error
pnpm add @openaddresses/batch-error
yarn add @openaddresses/batch-error
bun add @openaddresses/batch-error
```

## Health

**Score 60/100 (C)** — status: stable.

Positive: has types; esm support; no vulnerabilities; has provenance.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 2.14.1 |
| Published | 2026-02-20 |
| First published | 2022-09-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >= 18 |
| Dependencies | 1 |
| Unpacked size | 11.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 0 |
| Author | ingalls |
| Maintainers | iandees, ingalls |

## Links

- npm: https://www.npmjs.com/package/@openaddresses/batch-error
- Repository: https://github.com/openaddresses/batch-error
- Homepage: https://github.com/openaddresses/batch-error#readme
- Issues: https://github.com/openaddresses/batch-error/issues
- npm.io page: https://npm.io/package/@openaddresses/batch-error

## Dependencies (1)

- [@types/express](https://npm.io/package/@types/express.md) ^5.0.0

## Recent versions

- 2.14.1 (latest) — 2026-02-20
- 2.13.1 — 2025-10-18
- 2.13.0 — 2025-10-17
- 2.12.0 — 2025-07-07
- 2.11.0 — 2025-05-19
- 2.10.0 — 2025-05-01
- 2.9.0 — 2024-12-02
- 2.8.0 — 2024-09-23
- 2.7.0 — 2024-08-08
- 2.6.0 — 2024-08-08
- 2.5.0 — 2024-06-14
- 2.4.0 — 2024-04-29
- 2.3.3 — 2024-04-02
- 2.3.2 — 2024-04-01
- 2.3.1 — 2024-04-01
- … 12 more at https://npm.io/package/@openaddresses/batch-error/versions

## README

<h1 align=center>Batch-Error</h1>

<p align=center>Errors for the HTTP Serving World</p>

## Installation

```sh
npm i @openaddresses/batch-error
```

## Example Usage

```js
const Err = require('@openaddresses/batch-error');

throw new Err(statusCode, originalErr_orNull, message);
```

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