mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
fix previous auth records cleanup, update error enums
This commit is contained in:
parent
cadefe3f1d
commit
3191ff0ff0
2 changed files with 7 additions and 8 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#[derive(Debug)]
|
||||
pub enum Error {
|
||||
DatabaseIndex,
|
||||
DatabaseRecordCreate(i64, String),
|
||||
DatabaseRecordDelete(i64),
|
||||
DatabaseRecordCreate(i64, String, sqlite::Error),
|
||||
DatabaseRecordDelete(i64, sqlite::Error),
|
||||
DatabaseRecordsRead(String),
|
||||
MemoryIndex(super::memory::Error),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue