Handling Specific Error Cases in Effect Typescript

What's the recommended way to handle specific error cases? For example, I want to propagate certain errors instead of using fallbacks (delegating decodingFallback to the parent): https://effect.website/play#da565dc7a6fa
Was this page helpful?