handleErrorWith

open fun <R2> handleErrorWith(recover: suspend (R) -> Effect<R2, A>): Effect<R2, A>