ExecutionFailed
class ExecutionFailed(val exception: Throwable, val command: Command, val call: CommandCall, val resolvedCall: ResolvedCommandCall) : CommandExecuteResult.Failure
指令方法调用过程出现了错误
Constructors
Link copied to clipboard
constructor(exception: Throwable, command: Command, call: CommandCall, resolvedCall: ResolvedCommandCall)
Properties
Link copied to clipboard
解析的 CommandCall (如果匹配到)
Link copied to clipboard
解析的 ResolvedCommandCall (如果匹配到)