rd-framework / com.jetbrains.rd.framework / RdTaskResult / Fault

Fault

class Fault<out T> : RdTaskResult<T>

Constructors

<init>

Fault(e: Throwable)

Properties

error

val error: <ERROR CLASS>

Inherited Functions

map

fun <R> map(transform: (T) -> R): RdTaskResult<R>

toString

open fun toString(): String

unwrap

fun unwrap(): T