@bluejay/rest-errors
TypeScript icon, indicating that this package has built-in type declarations

4.0.2 • Public • Published

RestErrors

npm npm npm

Rest oriented set of errors.

Requirements

  • node >= 8.6, tested with:
  • node@8.6.0
  • node@12.8.1
  • typescript >= 4.0, tested with:
  • typescript@4.0.2

Installation

npm i @bluejay/rest-errors;

Usage

import * as RestErrors from '@bluejay/rest-errors';

const err = new RestErrors.BadRequest('Something went wrong.', { some: { meta: 'data' } });
RestErrors.isRestError(err); // true

Documentation

See Github Pages.

Readme

Keywords

Package Sidebar

Install

npm i @bluejay/rest-errors

Weekly Downloads

28

Version

4.0.2

License

MIT

Unpacked Size

66.2 kB

Total Files

67

Last publish

Collaborators

  • asifarran
  • bluebirds