Skip to main content

Module error

Module error 

Source
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§

QueryErrorMetadata
QueryExecutionOutcome
Durable and statement-level execution facts shared by structured SQL errors. Boxed inside KitError so ordinary Result<T> values stay small enough for efficient propagation.

Enums§

KitError
A storage/transaction error in kit terminology.

Type Aliases§

Result