onError

abstract fun onError(@NonNull exception: Throwable)

Called when an error occurred during download. This method is called on the main thread.

Parameters

exception

Exception containing the error reason.