trixnity-core
3.7.0-beta3
common
trixnity-core
/
net.folivo.trixnity.core
/
ErrorResponse
/
UnsupportedRoomVersion
Unsupported
Room
Version
@
Serializable
data
class
UnsupportedRoomVersion
(
val
error
:
String
?
=
null
)
:
ErrorResponse
The client's request to create a room used a room version that the server does not support.
Members
Constructors
Unsupported
Room
Version
Link copied to clipboard
constructor
(
error
:
String
?
=
null
)
Properties
error
Link copied to clipboard
open
override
val
error
:
String
?
=
null