That returns `Try<ContainerUrl>`, which is t...
# arrow
s
That returns
Try<ContainerUrl>
, which is the original result but it inspects the errors using
handleErrorWith
and updates the error with the given function that returns another
Try
and gets flattened. So you can also return a default value using
Try.just
if you want like
DefaultContainerUrl