DiscordKt
Toggle table of contents
0.26.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DiscordKt
DiscordKt
/
me.jakejmattson.discordkt.arguments
/
Error
Error
data
class
Error
<
T
>
(
val
error
:
String
)
:
Result
<
T
>
Result indicating that a conversion was failed.
Parameters
error
The reason why the conversion failed.
Members
Constructors
Error
Link copied to clipboard
constructor
(
error
:
String
)
Properties
error
Link copied to clipboard
val
error
:
String