Table of Contents

Class FlowError

Namespace
Crosser.EdgeNode.Flows
Assembly
Crosser.EdgeNode.Flows.dll
public record FlowError : IEquatable<FlowError>
Inheritance
FlowError
Implements
Inherited Members

Constructors

FlowError(object?, FlowErrorCode, string?)

public FlowError(object? data, FlowErrorCode errorCode, string? message)

Parameters

data object
errorCode FlowErrorCode
message string

Properties

ErrorText

public string ErrorText { get; }

Property Value

string

data

public object? data { get; init; }

Property Value

object

errorCode

public FlowErrorCode errorCode { get; init; }

Property Value

FlowErrorCode

message

public string? message { get; init; }

Property Value

string