# @tinkoff/errors

> Common errors classes

Latest version **0.7.4** (published 2026-03-17) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @tinkoff/errors
pnpm add @tinkoff/errors
yarn add @tinkoff/errors
bun add @tinkoff/errors
```

## Health

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

Positive: has types; esm support; no vulnerabilities; high maintenance score.

Warnings: low downloads; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.7.4 |
| Published | 2026-03-17 |
| First published | 2021-09-02 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 25.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 130 |
| Maintainers | tinkoffbank, dmitry-korolev, yeahga, hondasmx, makar_l, rouland, ishivan, ytsareva, shoom3301, waterplea, meskill, marsibarsi, zig-green, super_oleg, dersizes, alexkvak, sradyukov |

## Links

- npm: https://www.npmjs.com/package/@tinkoff/errors
- Repository: https://github.com/tramvaijs/tramvai
- Homepage: https://github.com/tramvaijs/tramvai#readme
- Issues: https://github.com/tramvaijs/tramvai/issues
- npm.io page: https://npm.io/package/@tinkoff/errors

## Dependencies (1)

- [tslib](https://npm.io/package/tslib.md) ^2.4.0

## Recent versions

- 0.7.4 (latest) — 2026-03-17
- 0.8.1 (prerelease) — 2025-12-26
- 0.6.7 (stable-v5.x.x) — 2025-12-26
- 0.7.3 — 2025-12-26
- 0.7.2 — 2025-12-18
- 0.6.6 — 2025-12-18
- 0.6.5 — 2025-11-19
- 0.6.4 — 2025-09-23
- 0.6.3 — 2025-09-16
- 0.7.1 — 2025-09-16
- 0.5.3 — 2024-10-17
- 0.6.2 — 2024-10-02
- 0.5.1 — 2024-04-03
- 0.4.2 — 2023-12-11
- 0.4.1 — 2023-10-24
- … 14 more at https://npm.io/package/@tinkoff/errors/versions

## README

# Errors

Common errors classes

## Common

### SilentError

Marks error as silent e.g. throwing such errors should not produce any error logs.

## HTTP

### HttpError

#### RedirectFoundError

Current response should be redirected

#### NotFoundError

Current Page was not found in the app

## Action

### ConditionFailError

Some of the conditions check were failed

## Execution

### ExecutionError

Execution was failed due to error in execution callback

### ExecutionAbortError

Execution was aborted due to AbortSignal abortion

### ExecutionTimeoutError

Execution was aborted due to exceeding timeout execution time

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