Class VideoScraperCoreBrowserNotLaunchedError

The error extending VideoScraperCoreError that is thrown when actions on a non-launched browser are attempted to be executed

Hierarchy

Constructors

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