kotest-fp / io.kotest.fp / Try / Failure

Failure

data class Failure : Try<Nothing>

Constructors

<init>

Failure(error: Throwable)

Properties

error

val error: Throwable