export = { ERROR_APP_CONNOT_LOAD_NOJS_FILE: { code: 300, msg: 'connot load other filetype please instead of .js', level: 'error' }, ERROR_APP_PLUGIN_NOT_FOUND: { code: 301, msg: 'plugin not found', level: 'error' }, };