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