ErrLookup › vuejs/vuex
vuejs/vuex
🗃️ Centralized State Management for Vue.js. · JavaScript · 20 source files
Analyzed at bd907467b8 on 2026-08-28. 9 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Missing module "${moduleName}" for path "${path}". | exception | error | vuex, devtools, module-registration, path-resolution |
| [vuex] ${msg} | exception | error | vuex, assertion, api-misuse |
| [vuex] state field "${moduleName}" was overridden by a modul | console | warning | vuex, module-registration, state-collision, dev-warning |
| [vuex] error in before action subscribers: | console | warning | vuex, plugin, action-subscriber, uncaught-exception |
| [vuex] error in after action subscribers: | console | warning | vuex, plugin, action-subscriber, uncaught-exception |
| [vuex] error in error action subscribers: | console | warning | vuex, plugin, action-subscriber, error-handling |
| [vuex] trying to unregister module '${key}', which is not re | console | info | vuex, module-registration, lifecycle, dev-warning |
| [vuex] trying to add a new module '${key}' on hot reloading, | console | info | vuex, hmr, hot-reload, module-registration, dev-warning |
| [vuex] mutation type: ${type}. Silent option has been remove | console | info | vuex, deprecated-api, commit, devtools, migration |