mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-09-13 15:32:01 +00:00
6 lines
99 B
Rust
6 lines
99 B
Rust
#[derive(Debug)]
|
|
pub enum Error {
|
|
Database(sqlite::Error),
|
|
Gemini(super::gemini::Error),
|
|
}
|