trixnity-core
3.0.0-beta1
trixnity-core
/
net.folivo.trixnity.core
/
ErrorResponse
/
NotJson
Not
Json
@
Serializable
data
class
NotJson
(
val
error
:
String
?
=
null
)
:
ErrorResponse
Request did not contain valid JSON.
Constructors
Properties
Constructors
Not
Json
Link copied to clipboard
fun
NotJson
(
error
:
String
?
=
null
)
Properties
error
Link copied to clipboard
open
override
val
error
:
String
?
=
null