Class ActionResult.Error
-
- All Implemented Interfaces:
public final class ActionResult.Error extends ActionResult<Nothing>
-
-
Constructor Summary
Constructors Constructor Description ActionResult.Error(String message)
-
Method Summary
Modifier and Type Method Description final StringgetMessage()-
-
Constructor Detail
-
ActionResult.Error
ActionResult.Error(String message)
-
-
Method Detail
-
getMessage
final String getMessage()
-
-
-
-