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