Interface CommandError
- All Superinterfaces:
CommandResult
- All Known Subinterfaces:
CommandErrorException
The result from a command that fails to execute due to an internal error.
This is not the result for a command that fails due to user
error. CommandFailure
is used in that case.
- Since:
- 1.0
- Version:
- 1.0
-
Method Summary
-
Method Details
-
message
Retrieves the error message.- Returns:
- The error message.
-