My guess is that you eventually want `IO<Profil...
# arrow
b
My guess is that you eventually want
IO<Profile>
and handle the translation to
ProfileError
with
IO.attempt()
or
IO.handleErrorWith