ParseAndRunResult Enumeration
The result type of parseAndRun.
Members
| Name | Value | Description | 
|---|---|---|
| BadArgumentCount | The number of arguments supplied does not meet the constraints of the Tool. @see minArgs and maxArgs. | |
| FailedToRun | The tool's parseAndRunmethod returnedfalse. | |
| MismatchedQuotes | An opening double-quote character was not paired with a closing double-quote character. | |
| Success | The tool's parseAndRunmethod was invoked and returnedtrue. | |
| ToolNotFound | No tool matching the toolId in the keyin is registered. | 
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.