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. |