Type that represents a consistency conflict when adding a LogEntry to an EventLog
Occurs when an attempt is made to add an entry with a sequence id that is not the next available in the log.
Typically happens when another client makes a change since you last read the log. Sync with the additional log entries and then try again.
End user message describing the problem
Next available sequence id
Discriminated union tag
Type that represents a consistency conflict when adding a LogEntry to an EventLog
Occurs when an attempt is made to add an entry with a sequence id that is not the next available in the log.
Typically happens when another client makes a change since you last read the log. Sync with the additional log entries and then try again.