module:model/WorkflowStepError

module:model/WorkflowStepError

new module:model/WorkflowStepError()

Source:

Constructs a new WorkflowStepError.
Workflow Step History Error

Members

(inner) code :String

Source:

Error code message

Type:
  • String

(inner) endTime :String

Source:

Track the End time of the error retry/processed

Type:
  • String

(inner) error :module:model/WorkflowStepErrorError

Source:
Type:

(inner) name :String

Source:

The workflow step name where the error occurred

Type:
  • String

(inner) startTime :String

Source:

Track Start time of the error occurred

Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/WorkflowStepError}

Source:

Constructs a WorkflowStepError from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/WorkflowStepError

Optional instance to populate.

Returns:

The populated WorkflowStepError instance.

Type
module:model/WorkflowStepError