Class StreamError

Used as an Error marker when writing to a Stream's incoming buffer

Index

Constructor methods

Properties

Constructor methods

constructor(err: Error): StreamError

Parameters

  • err: Error

Returns

StreamError

Properties

public error: Error