Command.error

invoke error when configuring command

class Command
const
void
error
(
string msg = ""
,
string code = "command.error"
)

Parameters

msg string

the error message

code string

the code to tag the error

Meta