TcpFailure

data class TcpFailure(val cause: Throwable) : ProbeResult

TCP-level failure — connection refused, network unreachable, or socket reset before the MQTT handshake could begin.

Constructors

Link copied to clipboard
constructor(cause: Throwable)

Properties

Link copied to clipboard

The underlying platform exception.