KTVErrorCode enum

KTV 功能相关错误码

Inheritance

Constructors

KTVErrorCode()
const

Values

ok → const KTVErrorCode

成功

appIdInValid → const KTVErrorCode

AppID 异常

parasInValid → const KTVErrorCode

传入的参数不正确

getMusicFailed → const KTVErrorCode

获取歌曲资源失败

getLyricFailed → const KTVErrorCode

获取歌词失败

musicTakedown → const KTVErrorCode

歌曲下架

musicDownload → const KTVErrorCode

歌曲文件下载失败

midiDownloadFailed → const KTVErrorCode

MIDI 文件下载失败

systemBusy → const KTVErrorCode

系统繁忙

network → const KTVErrorCode

网络异常

notJoinRoom → const KTVErrorCode

KTV 功能未加入房间

parseData → const KTVErrorCode

解析数据失败

download → const KTVErrorCode

下载失败

downloading → const KTVErrorCode

已在下载中

internal → const KTVErrorCode

内部错误,联系技术支持人员

insufficientDiskSpace → const KTVErrorCode

下载失败,磁盘空间不足。清除缓存后重试。

musicDecryptionFailed → const KTVErrorCode

下载失败,音乐文件解密失败,联系技术支持人员。

fileRenameFailed → const KTVErrorCode

下载失败,音乐文件重命名失败,请重试。

downloadTimeOut → const KTVErrorCode

下载失败,下载超时,请重试。

clearCacheFailed → const KTVErrorCode

清除缓存失败,可能原因是文件被占用或者系统异常,请重试。

downloadCanceled → const KTVErrorCode

取消下载。

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<KTVErrorCode>
A constant List of the values in this enum, in order of their declaration.