bolt-internal-errors

internal module used to get the current configuration under which Bolt is running


License
MIT
Install
npm install bolt-internal-errors@1.2.2

Documentation

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.