Failed

data class Failed(val error: Throwable) : FrameResult

Emitted for terminal errors that cannot be retried in-flow.

Constructors

Link copied to clipboard
constructor(error: Throwable)

Properties

Link copied to clipboard

The underlying exception that caused the failure.