throwableFlow

abstract val throwableFlow: StateFlow<Throwable?>(source)

An asynchronous error that occurred during streaming. Synchronous errors must be thrown directly by the functions.