toggle menu
trixnity-core
4.3.0
common
switch theme
search in API
trixnity-core
/
net.folivo.trixnity.core
/
ErrorResponse
/
Unrecognized
Unrecognized
@
Serializable
@
SerialName
(
value
=
"M_UNRECOGNIZED"
)
data
class
Unrecognized
(
val
error
:
String
?
=
null
)
:
ErrorResponse
The server did not understand the request.
Members
Constructors
Unrecognized
Link copied to clipboard
constructor
(
error
:
String
?
=
null
)
Properties
error
Link copied to clipboard
open
override
val
error
:
String
?
=
null