Skip to content

ErrorViewConfig

Defined in: src/plugins/application/error-view/index.ts:14

Property Type Description Defined in

developmentErrorView?

boolean

Show the detailed error view if in development mode. Default: true

src/plugins/application/error-view/index.ts:28

hideCode?

boolean

Hide the code snippet from the detailed error view. Default: false

src/plugins/application/error-view/index.ts:33

hideErrorMessage?

boolean

Hide the error message from the status view. Default: false

src/plugins/application/error-view/index.ts:43

hideStacktrace?

boolean

Hide the stack trace from the detailed error view. Default: false

src/plugins/application/error-view/index.ts:38

productionStatusView?

boolean

Show the graphical status view instead of the error view if not in development mode. Default: true

src/plugins/application/error-view/index.ts:23

theme?

"light" | "dark"

Theme for syntax highlighting (default ‘dark’)

src/plugins/application/error-view/index.ts:18