abstract fun onRetryAfterDelay(delay: Long, sent: Int, exception: Exception): Unit
The server was busy or an error occurred, please re-try after a minimum delay.
delay - the delay in seconds.
delay
sent - the number of chunks successfully sent prior to the busy response.
sent
exception - the error that occurred.
exception