Interface CommandFailureMessage
- All Superinterfaces:
CommandFailure
,CommandResult
- All Known Subinterfaces:
CommandFailureArgument
- All Known Implementing Classes:
CommandFailureArgumentExtra
,CommandFailureArgumentInvalid
,CommandFailureArgumentMissing
,UserMissingPermissions
A failure result with a message to the user.
- Since:
- 1.0
- Version:
- 1.0
-
Method Summary
-
Method Details
-
message
Retrieves the message to the user.- Returns:
- The message to the user.
-