Maybe I miss something basic but I'm in a case where my effect accumulated a lot of error type (like 10), and at the end, I'm only interested by one (the domain one).
I basically want to keep the chosen one and die for the 9 other.
I found nothing bettern than catch tags (the one I don't want) and die. I'm looking for an alternative solution. I was supprised not to find something like "filterErrors"