csharp
public readonly record struct LedgerResultWhat happened, and where in the journal it landed.
Fields and properties (4)
public LedgerVerdict VerdictApplied, replayed, or why not.
public long SequenceThe journal position of the first row, or zero.
public string DetailWhat was wrong, when something was.
public bool OkWhether the caller may proceed as though it were written — including a replay.
Methods (2)
public LedgerResult(LedgerVerdict Verdict, long Sequence, string Detail = "")What happened, and where in the journal it landed.
public override string ToString()Returns the fully qualified type name of this instance.
Used by (6)
- ConservationTestsVixen.Live.Persistence.Tests
- ILedgerVixen.Live.Persistence
- LedgerTestsVixen.Live.Persistence.Tests
- MemoryPersistenceVixen.Live.Persistence
- SqlPersistenceVixen.Live.Persistence
- TransferFleetVixen.Live.Realm.Tests