toggle menu
trixnity-core
4.3.0
common
switch theme
search in API
trixnity-core
/
net.folivo.trixnity.core
/
ErrorResponse
/
GuestAccessForbidden
Guest
Access
Forbidden
@
Serializable
@
SerialName
(
value
=
"M_GUEST_ACCESS_FORBIDDEN"
)
data
class
GuestAccessForbidden
(
val
error
:
String
?
=
null
)
:
ErrorResponse
The room or resource does not permit guests to access it.
Members
Constructors
Guest
Access
Forbidden
Link copied to clipboard
constructor
(
error
:
String
?
=
null
)
Properties
error
Link copied to clipboard
open
override
val
error
:
String
?
=
null