toggle menu
Turbine
common
switch theme
search in API
Turbine
/
app.cash.turbine
/
Event
/
Error
Error
class
Error
(
val
throwable
:
Throwable
)
:
Event
<
Nothing
>
Members
Constructors
Error
Link copied to clipboard
constructor
(
throwable
:
Throwable
)
Properties
is
Terminal
Link copied to clipboard
open
val
isTerminal
:
Boolean
throwable
Link copied to clipboard
val
throwable
:
Throwable
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String