DnsFailure

data class DnsFailure(val cause: Throwable) : ProbeResult

Hostname resolution failed — the broker host could not be looked up via DNS.

Constructors

Link copied to clipboard
constructor(cause: Throwable)

Properties

Link copied to clipboard

The underlying platform exception.