Failure

open class Failure(type: KType, cause: Throwable) : CachedTransformationResult<Nothing>

Holds a transformation failure cause

Constructors

Link copied to clipboard
fun Failure(type: KType, cause: Throwable)

Properties

Link copied to clipboard
val cause: Throwable

describes transformation failure

Link copied to clipboard
val type: KType

requested by the corresponding ApplicationCall.receive invocation