onRetryAfterDelay

abstract fun onRetryAfterDelay(delay: Long, sent: Int, exception: Exception)

The server was busy or an error occurred, please re-try after a minimum delay.

Parameters

delay

the delay in seconds.

sent

the number of chunks successfully sent prior to the busy response.

exception

the error that occurred.