Class VideoScraperCoreError

The base error class of the tum-conf-video-scraper module

Hierarchy

Constructors

  • The constructor of the VideoScraperCoreError class

    Parameters

    • Optional message: string

      The message of the error

    • Optional context: any

      The context of the error

    Returns VideoScraperCoreError

Properties

__proto__: Error
context: any

A context that may contain information about the error

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

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc