downloadFailed

open fun downloadFailed(url: String, exception: Exception, startValue: Any?)

Invoked when a network download fails.

Parameters

startValue

the value returned by downloadStart for the start of this call. This is null unless downloadStart is overridden to return something else.