Table of Contents

Class AppendError

Namespace
Cratis.Chronicle.EventSequences
Assembly
Cratis.Chronicle.dll

Represents the concept of an error that can occur during appending of events.

public record AppendError : ConceptAs<string>, IComparable<ConceptAs<string>>, IComparable<string>, IComparable, IEquatable<ConceptAs<string>>, IEquatable<AppendError>
Inheritance
AppendError
Implements
Inherited Members

Constructors

AppendError(string)

Represents the concept of an error that can occur during appending of events.

public AppendError(string Value)

Parameters

Value string

Actual value.

Fields

Unknown

Represents the identifier for an unknown event type.

public static readonly AppendError Unknown

Field Value

AppendError

Operators

implicit operator AppendError(string)

Implicitly convert from string to AppendError.

public static implicit operator AppendError(string id)

Parameters

id string

String to convert from.

Returns

AppendError