1.2.2 • Published 7 years ago

bolt-internal-errors v1.2.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

bolt-internal-errors

Internal Bolt module used to get the appropriate error messages.

Installation

$ npm install bolt-internal-errors

Use

var errors  = require('bolt-internal-errors')
var error_code = '212';

var error_message = errors[error_code];

Note

This is an internal module and should not be used in 3rd party apps.