Skip to main content

Module error

Module error 

Source

Structs§

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).

Enums§

AbortKind
A guard abort recognised by its message (§4.3).
DbError
Central error type for the Macrame bitemporal ledger database.
ErrorKind
What kind of failure a DbError is, as a value (0.14.25, §14.1 C-3, D-242).
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.

Functions§

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.

Type Aliases§

BulkResult
What the four chunked bulk paths return (0.13.8, W7.6).
Result