what is the `handleErrorWith` equivalent of with ...
# arrow
s
what is the
handleErrorWith
equivalent of with
arrow-fx-coroutines
?
g
try catch
or
runCatching
I think
👍 1
but I can be wrong
s
Destructure either using when if you want to make another either. And you have mapLeft if you don’t want to execute any effectfull function
you’d use either probably and it has handleErrorWith.