onException

abstract fun onException(e: Exception)

Invoked when an asynchronous operation fails.

Parameters

e

The exception that caused the operation to fail.