src/error-reference/index.md
In production builds, the 3rd argument passed to the following error handler APIs will be a short code instead of the full information string:
app.config.errorHandleronErrorCaptured (Composition API)errorCaptured (Options API)The following table maps the codes to their original full information strings.
<ErrorsTable kind="runtime" :errors="data.runtime" :highlight="highlight" />The following table provides a mapping of the production compiler error codes to their original messages.
<ErrorsTable kind="compiler" :errors="data.compiler" :highlight="highlight" />