vuex-module-decorators rawError globally

JavaScript
import { config } from 'vuex-module-decorators'
// Set rawError to true by default on all @Action decorators
config.rawError = true// Inside namespaced module
const namespacedState = this.context.rootState.namespaceName
Source

Also in JavaScript: