KTVErrorCode enum

Inheritance
Available extensions

Values

OK → const KTVErrorCode

@brief 成功。

APPID_INVALID → const KTVErrorCode

@brief AppID 异常。

PARAS_INVALID → const KTVErrorCode

@brief 非法参数,传入的参数不正确。

GET_MUSIC_FAILED → const KTVErrorCode

@brief 获取歌曲资源失败。

GET_LYRIC_FAILED → const KTVErrorCode

@brief 获取歌词失败。

MUSIC_TAKEDOWN → const KTVErrorCode

@brief 歌曲下架。

MUSIC_DOWNLOAD → const KTVErrorCode

@brief 歌曲文件下载失败。

MIDI_DOWNLOAD_FAILED → const KTVErrorCode

@brief MIDI 文件下载失败。

SYSTEM_BUSY → const KTVErrorCode

@brief 系统繁忙。

NETWORK → const KTVErrorCode

@brief 网络异常。

NOT_JOIN_ROOM → const KTVErrorCode

@brief KTV 功能未加入房间。

PARSE_DATA → const KTVErrorCode

@brief 解析数据失败。

DOWNLOADING → const KTVErrorCode

@brief 已在下载中。

INTERNAL_DOMAIN → const KTVErrorCode

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

INSUFFICIENT_DISK_SPACE → const KTVErrorCode

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

MUSIC_DECRYPTION_FAILED → const KTVErrorCode

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

FILE_RENAME_FAILED → const KTVErrorCode

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

DOWNLOAD_TIMEOUT → const KTVErrorCode

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

CLEAR_CACHE_FAILED → const KTVErrorCode

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

DOWNLOAD_CANCELED → const KTVErrorCode

@brief 取消下载。

DOWNLOAD → const KTVErrorCode

@hidden @deprecated 从 353 开始。 @brief 下载失败。

Properties

$value → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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.