use ;
/// Error type that covers all kinds of errors
/// that might occur on some of the wrapped functions.
///
/// # Warning
/// This type isn't for SQL errors. In order to deal with SQL
/// errors, consider checking `SqlPrimaryResult` enum and
/// callback functions.