ByteRTCKTVErrorCode enum

Inheritance
Available extensions

Values

ByteRTCKTVErrorCodeOK → const ByteRTCKTVErrorCode

@brief 成功。

ByteRTCKTVErrorCodeAppidInValid → const ByteRTCKTVErrorCode

@brief AppID 异常。

ByteRTCKTVErrorCodeParasInValid → const ByteRTCKTVErrorCode

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

ByteRTCKTVErrorCodeGetMusicFailed → const ByteRTCKTVErrorCode

@brief 获取歌曲资源失败。

ByteRTCKTVErrorCodeGetLyricFailed → const ByteRTCKTVErrorCode

@brief 获取歌词失败。

ByteRTCKTVErrorCodeMusicTakedown → const ByteRTCKTVErrorCode

@brief 歌曲下架。

ByteRTCKTVErrorCodeMusicDownload → const ByteRTCKTVErrorCode

@brief 歌曲文件下载失败。

ByteRTCKTVErrorCodeMidiDownloadFailed → const ByteRTCKTVErrorCode

@brief MIDI 文件下载失败。

ByteRTCKTVErrorCodeSystemBusy → const ByteRTCKTVErrorCode

@brief 系统繁忙。

ByteRTCKTVErrorCodeNetwork → const ByteRTCKTVErrorCode

@brief 网络异常。

ByteRTCKTVErrorCodeNotJoinRoom → const ByteRTCKTVErrorCode

@brief KTV 功能未加入房间。

ByteRTCKTVErrorCodeParseData → const ByteRTCKTVErrorCode

@brief 解析数据失败。

ByteRTCKTVErrorCodeDownloading → const ByteRTCKTVErrorCode

@brief 已在下载中。

ByteRTCKTVErrorCodeInternal → const ByteRTCKTVErrorCode

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

ByteRTCKTVErrorCodeInsufficientDiskSpace → const ByteRTCKTVErrorCode

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

ByteRTCKTVErrorCodeMusicDecryptionFailed → const ByteRTCKTVErrorCode

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

ByteRTCKTVErrorCodeFileRenameFailed → const ByteRTCKTVErrorCode

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

ByteRTCKTVErrorCodeDownloadTimeOut → const ByteRTCKTVErrorCode

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

ByteRTCKTVErrorCodeClearCacheFailed → const ByteRTCKTVErrorCode

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

ByteRTCKTVErrorCodeDownloadCanceled → const ByteRTCKTVErrorCode

@brief 取消下载。

ByteRTCKTVErrorCodeDownload → const ByteRTCKTVErrorCode

@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<ByteRTCKTVErrorCode>
A constant List of the values in this enum, in order of their declaration.