nee-core / dev.neeffect.nee.effects.async / EnvWithError

EnvWithError

data class EnvWithError<R>

Constructors

<init>

EnvWithError(r: R, error: Option<Throwable> = Option.none())

Properties

error

val error: Option<Throwable>

r

val r: R