Skip to content

ErrorViewConfig

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

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:24

hideCode?

boolean

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

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

hideErrorMessage?

boolean

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

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

hideStacktrace?

boolean

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

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

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:19

theme?

"light" | "dark"

Theme for syntax highlighting (default ‘dark’)

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