Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AppErrorConfigRouteDefinition

Index

Properties

code

code: number

The error code that triggers a redirect to the given route

Optional printToConsole

printToConsole: boolean

By default all errors will be rendered into the browser console. If this error should not be logged -> Set this to FALSE

route

route: string | AppErrorRouteResolver

The route with a leading slash that should be redirected to when the error code occurs

Optional sendToLogger

sendToLogger: boolean

By default all errors will be send to the registered logger function. If this error should not be logged -> Set this to FALSE

Generated using TypeDoc