Option.none() from a catchTag handler, Effect (seems to) automatically add a NoSuchElementException to the list of Effect errors. But in this case I want to return an Option from the API.Effect.either and such but I just can't seem to figure out how to not have NoSuchElementException show up. catchTag which acts more like Effect.map rather than Effect.andThen?