# errors

[![Build](https://github.com/screenshotone/errors/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/screenshotone/errors/actions/workflows/build.yml)
[![NPM package](https://img.shields.io/npm/v/screenshotone-errors.svg?branch=main)](https://www.npmjs.com/package/screenshotone-errors)

Errors produced by the [Screenshot API](https://screenshotone.com/).

## Installation

```shell
npm install screenshotone-errors --save
```

## Build and publish (a manual for developers)

To build and publish the library:

1. Bump the version property in the `package.json` file.
2. Run `npm run prepare`.
3. Run `npm publish`.

## License

`screenshotone/errors` is released under [the MIT license](LICENSE).
