Crate sqlite_err_parser

Source
Expand description

Turn certain sqlite errors (received through rusqlite) into structured data.

Enums§

InterpretedError
A structured interpretation of certain rusqlite errors.

Functions§

deconstruct_error
Attempt to interpret a rusqlite::Error, and turn it into an InterpretedError.
interpret
Interpret an rusqlite::Error into a String.
register_interpreter
Register a closure that translates an InterpretedError into a String.