SetRoomExtraInfoResult enum

{zh} * @detail keytype @brief 设置房间附加消息结果。

Inheritance
Available extensions

Values

success → const SetRoomExtraInfoResult

@brief Success.

not_join_room → const SetRoomExtraInfoResult

@brief Failure. You are not in the room.

key_is_null → const SetRoomExtraInfoResult

@brief Failure. The key pointer is null.

value_is_null → const SetRoomExtraInfoResult

@brief Failure. The value pointer is null.

unknow → const SetRoomExtraInfoResult

@brief Failure. Unknown error.

key_is_empty → const SetRoomExtraInfoResult

@brief Failure. The key length is 0.

too_often → const SetRoomExtraInfoResult

@brief Failure. Excessively frequent setting. 10 times per second is preferable.

silent_user → const SetRoomExtraInfoResult

@brief Failure. Invisible users are not allowed to call setRoomExtraInfo.

key_too_long → const SetRoomExtraInfoResult

@brief Failure. Key length exceeds 10 bytes.

value_too_long → const SetRoomExtraInfoResult

@brief Failure. Value length exceeds 128 bytes.

server_error → const SetRoomExtraInfoResult

@brief Failure. Server error.

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