KTVErrorCode enum

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.

INTERNAL_DOMAIN → const KTVErrorCode

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

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.

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.