DiscordKt
0.23.4
DiscordKt
/
me.jakejmattson.discordkt.arguments
/
Error
Error
data
class
Error
<
T
>
(
val
error
:
String
)
:
Result
<
T
>
Content copied to clipboard
Result indicating that a conversion was failed.
Constructors
Properties
Parameters
Parameters
error
The reason why the conversion failed.
Constructors
Error
Link copied to clipboard
fun
Error
(
error
:
String
)
Content copied to clipboard
Properties
error
Link copied to clipboard
val
error
:
String
Content copied to clipboard