Turbine
common
Turbine
/
app.cash.turbine
/
Event
/
Error
Error
data
class
Error
(
val
throwable
:
Throwable
)
:
Event
<
Nothing
>
Members
Constructors
Error
Link copied to clipboard
constructor
(
throwable
:
Throwable
)
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
is
Terminal
Link copied to clipboard
val
isTerminal
:
Boolean
throwable
Link copied to clipboard
val
throwable
:
Throwable