Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IErrorHandlingConfig

Hierarchy

  • IErrorHandlingConfig

Index

Properties

Optional objectMaxDepth

objectMaxDepth: number

The max depth for stringifying objects. Setting to a non-positive or non-numeric value, removes the max depth limit

default

5

Optional urlErrorParamsEnabled

urlErrorParamsEnabled: boolean

Specifies whether the generated error url will contain the parameters of the thrown error. Disabling the parameters can be useful if the generated error url is very long.

default

true;

Generated using TypeDoc