Interrupting Fibers with Specific Errors in Effect Typescript

👋 . Is there a way to interrupt fibers with a particular error/reason? I was hoping to be able to distinguish between an interrupt that happens from a particular call site vs anywhere else. The fiber being interrupted has error handling to make sure the interrupt gets reported, but if it's possible to interrupt with a particular error then I can disable reporting when I know the interrupt was for a particular (safe) reason.
Was this page helpful?