onDownloadError

abstract suspend fun onDownloadError(attachment: Attachment, exception: Exception): Boolean

Determines whether the provided attachment download operation should be retried.

Return

true if the download operation should be retried, false otherwise.

Parameters

attachment

The attachment involved in the failed download operation.

exception

The exception that caused the download failure.