IncompatibleRoomVersion

@Serializable
data class IncompatibleRoomVersion(val error: String? = null, val roomVersion: String? = null) : ErrorResponse

The client attempted to join a room that has a version the server does not support. Inspect the room_version property of the error response for the room's version.

Constructors

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

Properties

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