IllegalArgument
class IllegalArgument(val exception: IllegalCommandArgumentException, val command: Command, val call: CommandCall, val resolvedCall: ResolvedCommandCall) : CommandExecuteResult.Failure
执行执行时发生了一个非法参数错误
Constructors
Link copied to clipboard
constructor(exception: IllegalCommandArgumentException, command: Command, call: CommandCall, resolvedCall: ResolvedCommandCall)
Properties
Link copied to clipboard
解析的 CommandCall (如果匹配到)
Link copied to clipboard
指令执行时发生的错误
Link copied to clipboard
解析的 ResolvedCommandCall (如果匹配到)