Understanding `Fiber terminated with unhandled error` Messages in Effect Typescript
Hi. Can someone help me understand the
Fiber terminated with unhandled error
Fiber terminated with unhandled error
messages emitted on the debug logger?
1. Is there something about this in the documentation? I couldn't find anything. 2. What does it mean? Does it always signal a problem, or is it just like with
onPossiblyUnhandledRejection
onPossiblyUnhandledRejection
, where the Promise rejection may eventually still get handled? 3. How do I track down what's causing it?