Options
All
  • Public
  • Public/Protected
  • All
Menu

This error occurs when you try to pass some wrong item

collboard-modules-sdk

Hierarchy

  • TypeError
    • InvalidError

Index

Constructors

  • Parameters

    • Optional message: string

    Returns InvalidError

  • Parameters

    • Optional message: string

    Returns InvalidError

Properties

message: string
name: "InvalidError" = 'InvalidError'
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