trixnity-core
3.0.0-beta1
trixnity-core
/
net.folivo.trixnity.core
/
ErrorResponse
/
TooLarge
Too
Large
@
Serializable
data
class
TooLarge
(
val
error
:
String
?
=
null
)
:
ErrorResponse
The request or entity was too large.
Constructors
Properties
Constructors
Too
Large
Link copied to clipboard
fun
TooLarge
(
error
:
String
?
=
null
)
Properties
error
Link copied to clipboard
open
override
val
error
:
String
?
=
null