'use strict'; /** * err config * @type {Object} */ module.exports = { //key: value key: "errno", //error number msg: "errmsg" //error message };