class Fault<out T> : RdTaskResult<T>
<init>
Fault(e: Throwable)
error
val error: <ERROR CLASS>
map
fun <R> map(transform: (T) -> R): RdTaskResult<R>
toString
open fun toString(): String
unwrap
fun unwrap(): T