Options
All
  • Public
  • Public/Protected
  • All
Menu

Description of an error that was encountered while connecting to or playing back a live stream.

Hierarchy

  • Error
    • Error

Index

Properties

name

name: string

Optional stack

stack: undefined | string

Optional Static prepareStackTrace

prepareStackTrace: undefined | ((err: Error, stackTraces: CallSite[]) => any)

Optional override for formatting stack traces

see

https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces

Static stackTraceLimit

stackTraceLimit: number

Accessors

code

  • get code(): number
  • A code representing the error.

    Returns number

message

  • get message(): string
  • A message describing the error.

    Returns string

Methods

Static captureStackTrace

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

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc