turbine / app.cash.turbine / Event / Error

Error

data class Error : Event<Nothing>

Constructors

<init>

Error(throwable: Throwable)

Properties

throwable

val throwable: Throwable

Functions

toString

fun toString(): String