Skip to main contentModule error
Source - BulkInterrupted
- A chunked bulk write that stopped partway, and how much of it landed
(0.13.8, W7.6, D-181).
- Overlap
- The two intervals of a
DbError::OverlappingInterval, boxed out of the
error enum (D-075).
- AbortKind
- A guard abort recognised by its message (§4.3).
- DbError
- Central error type for the Macrame bitemporal ledger database.
- StatedInstants
- Which instants a traversal stated, for the one error that has to name them
(0.13.10, W7.7, D-183).
- WriteOp
- What a failing statement was trying to do, so a guard abort can name it.
- abort_kind
- Recognise a schema guard’s
RAISE(ABORT, …) by its message. - classify
- Turn an engine error into the typed error §7 specifies, where one applies.
- BulkResult
- What the four chunked bulk paths return (0.13.8, W7.6).
- Result