mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
8 lines
157 B
Rust
8 lines
157 B
Rust
#[derive(Debug)]
|
|
pub enum Error {
|
|
AuthInit,
|
|
DatabaseIndex,
|
|
DatabaseRecordCreate,
|
|
MemoryIndex,
|
|
Certificate(Box<dyn std::error::Error>),
|
|
}
|