UploadFailed

class UploadFailed(val exception: Exception, val uploadProgress: MuxUpload.Progress) : UploadStatus

The upload has failed. Part of the file may have already been uploaded, and this upload can be resumed from this state via MuxUpload.start

Constructors

Link copied to clipboard
constructor(exception: Exception, uploadProgress: MuxUpload.Progress)

Functions

Link copied to clipboard
open override fun getError(): Exception

If this upload failed, returns the error that caused the failure

Link copied to clipboard
open override fun getProgress(): MuxUpload.Progress

The progress, in bytes, of the upload. If the file isn't uploading yet, this will be null.

Link copied to clipboard

Returns whether or not the uplod was successful

Properties

Link copied to clipboard
Link copied to clipboard