public interface CommandFailure<A>
| Modifier and Type | Interface and Description |
|---|---|
static class |
CommandFailure.FewArguments<A>
This represents the node
Command.Mapping declared to require more arguments but the fewer input arguments was accepted. |
static class |
CommandFailure.ParsingFailure<A>
This represents the node was
Command.Parser but the input arguments couldn't be parsed. |
static class |
CommandFailure.UnknownSubCommand<A>
This represents the node was
Command.Mapping but the sub command corresponding the input arguments wasn't exist. |