API Reference / @evolu/common / Evolu/Internal / TimestampError
Type Alias: TimestampError
type TimestampError =
| TimestampDriftError
| TimestampCounterOverflowError
| TimestampDuplicateNodeError
| TimestampTimeOutOfRangeError;
Defined in: packages/common/src/Evolu/Timestamp.ts:30