rd-framework
2024.3.0
rd-framework
/
com.jetbrains.rd.framework
/
RdTaskResult
/
Fault
Fault
class
Fault
<
out
T
>
:
RdTaskResult
<
T
>
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Fault
Link copied to clipboard
fun
Fault
(
e
:
Throwable
)
Content copied to clipboard
Functions
map
Link copied to clipboard
inline
fun
<
R
>
map
(
transform
:
(
T
)
->
R
)
:
RdTaskResult
<
R
>
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
unwrap
Link copied to clipboard
fun
unwrap
(
)
:
T
Content copied to clipboard
Properties
error
Link copied to clipboard
val
error
:
RdFault
Content copied to clipboard