FlowAlreadyCollected

Represents an exception thrown when trying to collect a flow that is already collected by another collector.

Constructors

Link copied to clipboard
constructor(key: ChannelEventKey<*>)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val key: ChannelEventKey<*>
Link copied to clipboard
open val message: String?