RoomInUse

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

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

Constructors

Link copied to clipboard
constructor(error: String? = null)

Properties

Link copied to clipboard
open override val error: String? = null