Skeddly API
Search
K
Comment on page

ActionExecutionResult Object

Description

Specifies the final result of an action execution.

Properties

code

Result code.
Type: integer

text

Resulting text message.
Type: string

Sample JSON

{
"code": 0,
"text": "Execution succeeded"
}