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.
Version1.0.1compared with

Version Details

No dependency changes compared to the selected version.