open class Failure : CachedTransformationResult<Nothing>
Holds a transformation failure cause
Failure(type: KType, cause: Throwable)
Holds a transformation failure cause |
val cause: Throwable
describes transformation failure |
val type: KType
requested by the corresponding ApplicationCall.receive invocation |