mastodonk
0.2-alpha05
common
mastodonk-core
/
fr.outadoc.mastodonk.api.entity
/
Error
Error
@
Serializable
data
class
Error
(
val
error
:
String
,
val
errorDescription
:
String
?
=
null
)
Represents an API error.
Members
Constructors
Error
Link copied to clipboard
constructor
(
error
:
String
,
errorDescription
:
String
?
=
null
)
Properties
error
Link copied to clipboard
val
error
:
String
The error message.
error
Description
Link copied to clipboard
val
errorDescription
:
String
?
=
null
A longer description of the error.