Kotlin coroutines error handling strategy — `runCatching` and `Result` class
May 2, 2021 · 3 min read · I am trying to learn Kotlin coroutines, and was trying to learn more about how to handle errors from suspended functions. One of the recommended way by Google is to create a “Result” class like the fo
Join discussion
















