Solutions
Multiplatform
Server-side
Data science
Android
Docs
Community
Teach
Play
Playground
Examples
Koans
toggle menu
kotlinx.coroutines
1.10.1
common
switch theme
search in API
kotlinx-coroutines-core
/
kotlinx.coroutines.channels
/
ChannelResult
/
isFailure
is
Failure
val
isFailure
:
Boolean
(
source
)
Whether the operation failed.
A shorthand for
!isSuccess
. See
isSuccess
for more details.