Expand description
Error model for mongreldb-kit.
Storage errors from MongrelDB core and validation errors from the core model are folded into a small, stable set of categories so consumers can handle failures without depending on internal crate details.
Structs§
- Query
Error Metadata - Query
Execution Outcome - Durable and statement-level execution facts shared by structured SQL errors.
Boxed inside
KitErrorso ordinaryResult<T>values stay small enough for efficient propagation.
Enums§
- KitError
- A storage/transaction error in kit terminology.