Expand description
Turn certain sqlite errors (received through rusqlite) into structured data.
Enums§
- Interpreted
Error - A structured interpretation of certain rusqlite errors.
Functions§
- deconstruct_
error - Attempt to interpret a
rusqlite::Error
, and turn it into anInterpretedError
. - interpret
- Interpret an
rusqlite::Error
into aString
. - register_
interpreter - Register a closure that translates an
InterpretedError
into aString
.