npm.io
2.0.0 • Published 6 years ago

avocat

Licence
MIT
Version
2.0.0
Deps
1
Size
4 kB
Vulns
0
Weekly
0
Stars
8

avocat

A library to convert Objection errors to Boom errors

Build Status Coverage Status

Lead Maintainer: Daniel Cole

Usage

rethrow(error, [options])

Throws a Boom error according to the Objection error received

  • error: - the Objection error (any other types of errors are just ignored)
  • options: - optional object where:
    • return: - if true will return the error instead of throwing it
    • includeMessage: if true the Boom error created will have it's message set to the message of the error thrown

Heavily inspired by Bounce

Keywords