ConnectionError interface
Properties
| connection |
The kind of connection error that occurred. |
| exception | Detailed error message about the failed connection. |
| i |
The IP of host that originated the failed connection. |
| i |
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