Class NodeTrace

Namespace
REslava.Result.Observers
Assembly
REslava.Result.dll

A snapshot of one node within a PipelineTrace.

public sealed class NodeTrace
Inheritance
NodeTrace
Inherited Members
Extension Methods

Properties

ElapsedMs

public long ElapsedMs { get; }

Property Value

long

ErrorMessage

public string? ErrorMessage { get; }

Property Value

string

ErrorType

public string? ErrorType { get; }

Property Value

string

InputValue

public string? InputValue { get; }

Property Value

string

IsSuccess

public bool IsSuccess { get; }

Property Value

bool

NodeId

public string NodeId { get; }

Property Value

string

NodeIndex

public int NodeIndex { get; }

Property Value

int

OutputValue

public string? OutputValue { get; }

Property Value

string

StepName

public string StepName { get; }

Property Value

string