ActionResult

ActionResult

Represents result of a single action.

Constructor

new ActionResult()

Properties:
Name Type Attributes Description
actionName string name of action.
succeeded boolean true if the action executed succeeded, otherwise false.
data Object <optional>
additional data for the action result.
errorMessage string <optional>
error message in case action executed failed.