Options
All
  • Public
  • Public/Protected
  • All
Menu

The Config was invalid because the {@link Config.intervalInSecs} wasn't greater than 0.

Hierarchy

  • Error
    • ConfigError

Index

Constructors

  • Parameters

    • Optional message: string

    Returns ConfigError

Properties

message: string
name: string
stack?: string
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Type declaration

stackTraceLimit: number

Methods

  • captureStackTrace(targetObject: object, constructorOpt?: Function): void
  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc