ERROR

data class ERROR(val error: PLVMediaPlayerBusinessError, val msg: String = error.description) : PLVMediaDownloadStatus

下载错误状态

Constructors

Link copied to clipboard
constructor(error: PLVMediaPlayerBusinessError, msg: String = error.description)

Properties

Link copied to clipboard
Link copied to clipboard
val msg: String