RoomInUse

@Serializable
@SerialName(value = "M_ROOM_IN_USE")
data class RoomInUse(val error: String) : ErrorResponse

Sent when the room alias given to the createRoom API is already in use.

Constructors

Link copied to clipboard
constructor(error: String)

Properties

Link copied to clipboard
open override val error: String