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
Name | Type |
---|---|
err | unknown |
Returns
void