Class FlowError
public record FlowError : IEquatable<FlowError>
- Inheritance
-
FlowError
- Implements
- Inherited Members
Constructors
FlowError(object?, FlowErrorCode, string?)
public FlowError(object? data, FlowErrorCode errorCode, string? message)
Parameters
dataobjecterrorCodeFlowErrorCodemessagestring
Properties
ErrorText
public string ErrorText { get; }
Property Value
data
public object? data { get; init; }
Property Value
errorCode
public FlowErrorCode errorCode { get; init; }
Property Value
message
public string? message { get; init; }