Table of Contents

Class ErrorDescription

Namespace
The.Web.Model.Internal
Assembly
Instagile.Web.Client.dll
public record ErrorDescription : IEquatable<ErrorDescription>
Inheritance
ErrorDescription
Implements
Inherited Members

Constructors

ErrorDescription(IEvent, string)

public ErrorDescription(IEvent Trigger, string Text)

Parameters

Trigger IEvent
Text string

Properties

Text

public string Text { get; init; }

Property Value

string

Trigger

public IEvent Trigger { get; init; }

Property Value

IEvent