bolt-internal-errors
v1.2.2
Published
internal module used to get the current configuration under which Bolt is running
Downloads
5
Readme
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.