Skip to content

raphaeldelio/Kotlin-Error-Handling-Examples

Repository files navigation

Kotlin Error Handling Examples

In this repository I explore different approaches for error handling in Kotlin. Namely:

  • try/catch blocks
  • Result class
  • runCatching context
  • Result Context (Arrow library)
  • Either class (Arrow library)
  • Nothing at all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages