mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
update errors handle
This commit is contained in:
parent
48ad344adc
commit
efa3bc48c3
9 changed files with 61 additions and 74 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#[derive(Debug)]
|
||||
pub enum Error {
|
||||
Database,
|
||||
DatabaseActive(sqlite::Error),
|
||||
DatabaseAdd(sqlite::Error),
|
||||
GeminiInit(super::gemini::Error),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue