View Javadoc
1   package dev.sympho.modular_commands.api.command.result;
2   
3   /**
4    * The result from a command that fails to execute due to user error.
5    * 
6    * <p>This is not the result for a command that fails due to an internal
7    * error. {@link CommandError} is used in that case.
8    *
9    * @version 1.0
10   * @since 1.0
11   */
12  public non-sealed interface CommandFailure extends CommandResult {}