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::Errorinto aString. - register_
interpreter - Register a closure that translates an
InterpretedErrorinto aString.