Media Capture and Streams API-related errors. This error type is for problems that occur when using the MediaDevices API, including issues with accessing or manipulating media capture devices.

Hierarchy

Constructors

Properties

cause?: unknown
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Accessors

  • get code(): number
  • Returns number

Methods

  • Returns string

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc