1 Repo
Catching only specific types of recoverable errors from an effect and running a fallback effect for those cases.
Distinct from Error Recovery: Distinct from Error Recovery: catches only specific error types rather than all errors, with a targeted fallback.
Explore 1 awesome GitHub repository matching software engineering & architecture · Specific Error Catchers. Refine with filters or upvote what's useful.
ZIO is a functional effect system for the JVM that models asynchronous and concurrent programs as pure, composable values with typed error handling and dependency injection. Its core identity is built on fiber-based concurrency, where lightweight, non-blocking fibers execute millions of concurrent tasks with structured lifecycle management, and a dual-channel error model that separates expected business failures from unexpected system defects at compile time. The system provides effect-typed dependency injection through a layer-based dependency graph, pull-based reactive stream processing with
Catches only specific types of recoverable errors from an effect and runs a fallback effect for those cases.