JS API Reference

Interface: TcpProxyEvents

network/tcpProxy.TcpProxyEvents

Table of contents

Properties

Properties

error

error: (err: unknown) => void

Raised when the proxy encounters any sort of error

Type declaration

▸ (err): void

Parameters
NameType
errunknown
Returns

void

Defined in

src/network/tcpProxy.ts:8

Was this helpful?