Error
Error is raised when a SQLite operation fails for any reason other
than a busy/locked condition. Busy is a subtype of
Error, so catching Error handles all SQLite errors.
Error is raised when a SQLite operation fails for any reason other
than a busy/locked condition. Busy is a subtype of
Error, so catching Error handles all SQLite errors.