trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-core
/
de.connect2x.trixnity.core
/
ErrorResponse
/
WrongRoomKeysVersion
Wrong
Room
Keys
Version
@
Serializable
@
SerialName
(
value
=
"M_WRONG_ROOM_KEYS_VERSION"
)
data
class
WrongRoomKeysVersion
(
val
error
:
String
,
val
currentVersion
:
String
?
=
null
)
:
ErrorResponse
Members
Constructors
Wrong
Room
Keys
Version
Link copied to clipboard
constructor
(
error
:
String
,
currentVersion
:
String
?
=
null
)
Properties
current
Version
Link copied to clipboard
@
SerialName
(
value
=
"current_version"
)
val
currentVersion
:
String
?
error
Link copied to clipboard
open
override
val
error
:
String