trixnity-core
3.0.0-beta1
trixnity-core
/
net.folivo.trixnity.core
/
ErrorResponse
/
RoomInUse
Room
In
Use
@
Serializable
data
class
RoomInUse
(
val
error
:
String
?
=
null
)
:
ErrorResponse
Sent when the room alias given to the createRoom API is already in use.
Constructors
Properties
Constructors
Room
In
Use
Link copied to clipboard
fun
RoomInUse
(
error
:
String
?
=
null
)
Properties
error
Link copied to clipboard
open
override
val
error
:
String
?
=
null