Other

data class Other(val cause: Throwable) : ProbeResult

Catch-all for failures that don't fit any other category.

Constructors

Link copied to clipboard
constructor(cause: Throwable)

Properties

Link copied to clipboard

The underlying exception.