KTVErrorCode enum

{zh} * @detail errorcode @brief KTV 错误码。

Inheritance
Available extensions

Values

ok → const KTVErrorCode

@brief Success.

appid_invalid → const KTVErrorCode

@brief Invalid AppID.

paras_invalid → const KTVErrorCode

@brief Invalid parameter.

get_music_failed → const KTVErrorCode

@brief Failed to get music resources.

get_lyric_failed → const KTVErrorCode

@brief Failed to get lyrics.

music_takedown → const KTVErrorCode

@brief The music is removed.

music_download → const KTVErrorCode

@brief Failed to download the music file.

midi_download_failed → const KTVErrorCode

@brief Failed to download the MIDI file.

system_busy → const KTVErrorCode

@brief The system is busy.

network → const KTVErrorCode

@brief Network anomaly.

not_join_room → const KTVErrorCode

@brief The KTV feature is not added to the room.

parse_data → const KTVErrorCode

@brief Failed to parse data.

downloading → const KTVErrorCode

@brief Already downloading.

insufficient_disk_space → const KTVErrorCode

@brief Failed to download because of insufficient disk space. Please retry after clearing cache.

music_decryption_failed → const KTVErrorCode

@brief Failed to download because of music decryption failed. Contact the technical support representatives for help.

file_rename_failed → const KTVErrorCode

@brief Failed to download because of music rename failed. Please retry.

download_timeout → const KTVErrorCode

@brief Failed to download because of network failure. Please retry.

clear_cache_failed → const KTVErrorCode

@brief Failed to clear cache because the file is occupied or the system is abnormal. Please retry.

download_canceled → const KTVErrorCode

@brief Cancel download task.

download → const KTVErrorCode

@hidden @deprecated since 353. @brief Failed to download.

INTERNAL_DOMAIN → const KTVErrorCode

@platform android @brief Internal error. Contact the technical support representatives for help.

ByteRTCKTVErrorCodeInternal → const KTVErrorCode

@platform ios @brief Internal error. Contact the technical support representatives for help.

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.