trixnity-core
3.10.0
common
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.
Members
Constructors
Room
In
Use
Link copied to clipboard
constructor
(
error
:
String
?
=
null
)
Properties
error
Link copied to clipboard
open
override
val
error
:
String
?
=
null