ConnectionError interface
属性
| connection |
发生的连接错误类型。 |
| exception | 有关失败连接的详细错误消息。 |
| i |
发起失败连接的主机的 IP。 |
| i |
连接尝试访问的 IP。 |
| port | 尝试连接的 TCP 端口。 |
属性详细信息
connectionState
发生的连接错误类型。
connectionState?: string
属性值
string
exception
有关失败连接的详细错误消息。
exception?: string
属性值
string
iPFrom
发起失败连接的主机的 IP。
iPFrom?: string
属性值
string
iPTo
连接尝试访问的 IP。
iPTo?: string
属性值
string
port
尝试连接的 TCP 端口。
port?: number
属性值
number