ByteRTCKTVErrorCode enum
Values
- ByteRTCKTVErrorCodeOK → const ByteRTCKTVErrorCode
-
@brief Success.
- ByteRTCKTVErrorCodeAppidInValid → const ByteRTCKTVErrorCode
-
@brief Invalid AppID.
- ByteRTCKTVErrorCodeParasInValid → const ByteRTCKTVErrorCode
-
@brief Invalid parameter.
- ByteRTCKTVErrorCodeGetMusicFailed → const ByteRTCKTVErrorCode
-
@brief Failed to get music resources.
- ByteRTCKTVErrorCodeGetLyricFailed → const ByteRTCKTVErrorCode
-
@brief Failed to get lyrics.
- ByteRTCKTVErrorCodeMusicTakedown → const ByteRTCKTVErrorCode
-
@brief The music is removed.
- ByteRTCKTVErrorCodeMusicDownload → const ByteRTCKTVErrorCode
-
@brief Failed to download the music file.
- ByteRTCKTVErrorCodeMidiDownloadFailed → const ByteRTCKTVErrorCode
-
@brief Failed to download the MIDI file.
- ByteRTCKTVErrorCodeSystemBusy → const ByteRTCKTVErrorCode
-
@brief The system is busy.
- ByteRTCKTVErrorCodeNetwork → const ByteRTCKTVErrorCode
-
@brief Network anomaly.
- ByteRTCKTVErrorCodeNotJoinRoom → const ByteRTCKTVErrorCode
-
@brief The KTV feature is not added to the room.
- ByteRTCKTVErrorCodeParseData → const ByteRTCKTVErrorCode
-
@brief Failed to parse data.
- ByteRTCKTVErrorCodeDownloading → const ByteRTCKTVErrorCode
-
@brief Already downloading.
- ByteRTCKTVErrorCodeInternal → const ByteRTCKTVErrorCode
-
@brief Internal error. Contact the technical support representatives for help.
- ByteRTCKTVErrorCodeInsufficientDiskSpace → const ByteRTCKTVErrorCode
-
@brief Failed to download because of insufficient disk space. Please retry after clearing cache.
- ByteRTCKTVErrorCodeMusicDecryptionFailed → const ByteRTCKTVErrorCode
-
@brief Failed to download because of music decryption failed. Contact the technical support representatives for help.
- ByteRTCKTVErrorCodeFileRenameFailed → const ByteRTCKTVErrorCode
-
@brief Failed to download because of music rename failed. Please retry.
- ByteRTCKTVErrorCodeDownloadTimeOut → const ByteRTCKTVErrorCode
-
@brief Failed to download because of network failure. Please retry.
- ByteRTCKTVErrorCodeClearCacheFailed → const ByteRTCKTVErrorCode
-
@brief Failed to clear cache because the file is occupied or the system is abnormal. Please retry.
- ByteRTCKTVErrorCodeDownloadCanceled → const ByteRTCKTVErrorCode
-
@brief Cancel download task.
- ByteRTCKTVErrorCodeDownload → const ByteRTCKTVErrorCode
-
@hidden @deprecated since 353. @brief Failed to download.
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.