The `error handling` library provides a simple and intuitive way to handle errors in Kotlin by using sealed classes `Ok` and `Error`. This library helps to differentiate between successful and erroneous outcomes in a type-safe manner.
| License | Apache 2.0 |
|---|---|
| Categories | Error Handling |
| Tags | resiliencehandlingexceptioncodeerror |
| HomePage | https://github.com/4ait/kotlin-errorhandling-library 🔍 Inspect URL |
| Ranking | #113787 in MvnRepository (See Top Artifacts) #37 in Error Handling |
| Used By | 4 artifacts |
Related Books
| Code: The Hidden Language of Computer Hardware and Software (2022) by Petzold, Charles | |
| Fundamentals of Software Architecture: An Engineering Approach (2020) by Richards, Mark, Ford, Neal | |
| The Pragmatic Programmer: Your Journey To Mastery, 20th Anniversary Edition (2nd Edition) (2019) by Thomas, David, Hunt, Andrew | |
| Clean Code: A Handbook of Agile Software Craftsmanship (2008) by Robert C. Martin |