Handling Specific Error Types with `Effect.catchTags`

When using Effect.catchTags or something similar, it removes all error types from the program. Is there a way to only eliminate what's currently been handled?
(Code within)
Was this page helpful?