UnmatchedSignature
class UnmatchedSignature(command: Command, call: CommandCall, failureReasons: List<UnmatchedCommandSignature>) : CommandExecuteResult.Failure
Content copied to clipboard
没有匹配的指令
Constructors
UnmatchedSignature
Link copied to clipboard
fun UnmatchedSignature(command: Command, call: CommandCall, failureReasons: List<UnmatchedCommandSignature>)
Content copied to clipboard
Properties
call
Link copied to clipboard
failureReasons
Link copied to clipboard
resolvedCall
Link copied to clipboard
解析的 ResolvedCommandCall (如果匹配到)