ConnectionError interface

Properties

connectionState

The kind of connection error that occurred.

exception

Detailed error message about the failed connection.

iPFrom

The IP of host that originated the failed connection.

iPTo

The IP that the connection attempted to reach.

port

The TCP port the connection was attempted on.

Property Details

connectionState

The kind of connection error that occurred.

connectionState?: string

Property Value

string

exception

Detailed error message about the failed connection.

exception?: string

Property Value

string

iPFrom

The IP of host that originated the failed connection.

iPFrom?: string

Property Value

string

iPTo

The IP that the connection attempted to reach.

iPTo?: string

Property Value

string

port

The TCP port the connection was attempted on.

port?: number

Property Value

number