ExecutionFailed 
    class ExecutionFailed(    val exception: Throwable,     val command: Command,     val call: CommandCall,     val resolvedCall: ResolvedCommandCall) : CommandExecuteResult.Failure
Content copied to clipboard
指令方法调用过程出现了错误
Constructors
Link copied to clipboard
                fun ExecutionFailed(    exception: Throwable,     command: Command,     call: CommandCall,     resolvedCall: ResolvedCommandCall)
Content copied to clipboard