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
ValuestringActual value.
Fields
Unknown
Represents the identifier for an unknown event type.
public static readonly AppendError Unknown
Field Value
Operators
implicit operator AppendError(string)
Implicitly convert from string to AppendError.
public static implicit operator AppendError(string id)
Parameters
idstringString to convert from.