Escaping Failures with Specific Error Tags in Effect Typescript

Hi, is there any quick way to escape the failure with do nothing?, for example, i need to escape some failures and do nothing, i could use Effect.catchIf but those conditions might just get ugly, I was thinking something like Effect.escapeErrorTags(['error1', 'error2', 'error4'], Effect.void), i may have seen this something like this somewhere but i cant recall
Was this page helpful?