Introduction

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

Hello, and welcome to the fifth and final lesson of the module. In this lesson, you’ll learn how to handle errors in Kotlin coroutines. You’ll get familiar with SupervisorJobs and CoroutineExceptionHandlers.

This lesson covers the following topics:

  • The purpose of exception handling in coroutines.
  • Exception aggregation.
  • Detail the purpose of the CoroutineExceptionHandler.
  • Describe how to handle errors in a coroutine.
  • Supervision.
See forum comments
Download course materials from Github
Previous: Return Values Next: Instructions