Table of Contents

Class Runtime.EffectValidationError

Namespace
DCR.Workflow
Assembly
DCR.Workflow.dll
public class Runtime.EffectValidationError
Inheritance
Runtime.EffectValidationError
Inherited Members
Extension Methods

Constructors

EffectValidationError(string, string, string)

public EffectValidationError(string activityId, string effectId, string error)

Parameters

activityId string
effectId string
error string

Properties

ActivityId

The id of the activity which caused the error

public string ActivityId { get; }

Property Value

string

EffectId

The id of the effect which caused the error

public string EffectId { get; }

Property Value

string

Error

A human-readable error-message

public string Error { get; }

Property Value

string