onError

open fun onError(    session: MultiFileUploader,     partId: Int,     error: Exception)

Called when an error occurred during the upload of a part.

Parameters

session

The upstream session

partId

The id of the part

error

The error that occurred