rd-core
Toggle table of contents
2025.2.2-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
rd-core
rd-core
/
com.jetbrains.rd.util
/
Result
/
Failure
Failure
class
Failure
(
val
error
:
Throwable
)
:
Result
<
Nothing
>
Members
Constructors
Failure
Link copied to clipboard
constructor
(
error
:
Throwable
)
Properties
error
Link copied to clipboard
val
error
:
Throwable
Functions
transform
Link copied to clipboard
inline
fun
<
E
>
transform
(
onSuccess
:
(
Nothing
)
->
E
,
onFailure
:
(
Throwable
)
->
E
)
:
E
unwrap
Link copied to clipboard
fun
unwrap
(
)
:
Nothing