SeamCollapsedException

Thrown by raceCollapse when the Seam collapses mid-operation — the work being raced can no longer complete because the peers it needs are gone. A collapse surfaces two distinct ways and this exception covers both:

Retryable, not fatal: the collapse surfaces a terminal signal the caller can act on (rejoin, re-elect, re-roll) rather than suspending forever on the missing message. reason is the seam's own CloseReason when it tore, or CloseReason.Unreachable for a membership drain with no tear.

Constructors

Link copied to clipboard
constructor(reason: CloseReason)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?
Link copied to clipboard