# autonym-client-errors

> A package that exports some error classes for the Autonym API framework.

Latest version **0.2.1** (published 2016-06-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install autonym-client-errors
pnpm add autonym-client-errors
yarn add autonym-client-errors
bun add autonym-client-errors
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.1 |
| Published | 2016-06-19 |
| First published | 2016-06-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Matt Miller |
| Maintainers | mmiller42 |
| Keywords | autonym |

## Links

- npm: https://www.npmjs.com/package/autonym-client-errors
- Repository: https://github.com/mmiller42/autonym-client-errors
- Homepage: https://github.com/mmiller42/autonym-client-errors#readme
- Issues: https://github.com/mmiller42/autonym-client-errors/issues
- npm.io page: https://npm.io/package/autonym-client-errors

## Dependencies (1)

- [http-status-codes](https://npm.io/package/http-status-codes.md) ^1.0.6

## Recent versions

- 0.2.1 (latest) — 2016-06-19
- 0.1.1 — 2016-06-19
- 0.1.0 — 2016-06-19

## README

# autonym-client-errors

This is a package for the Autonym API framework. It is a collection of error classes that represent errors made during the API request on behalf of the client.

## Usage

```js
import {BadRequestError, ClientError} from 'autonym-client-errors';
let error = new BadRequestError('Something is wrong with your request.');
console.log(error instanceof ClientError); // true
```

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