KTVErrorCode enum
{zh} * @detail errorcode @brief KTV 错误码。
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 已在下载中。
- 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 下载失败。
- INTERNAL_DOMAIN → const KTVErrorCode
-
@platform android @brief 内部错误,联系技术支持人员。
- ByteRTCKTVErrorCodeInternal → const KTVErrorCode
-
@platform ios @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.