mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
draft new certificate dialog features
This commit is contained in:
parent
82f5cdc5b4
commit
35ccbd8714
5 changed files with 71 additions and 12 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#[derive(Debug)]
|
||||
pub enum Error {
|
||||
AuthInit,
|
||||
MemoryIndex,
|
||||
DatabaseIndex,
|
||||
DatabaseRecordCreate,
|
||||
MemoryIndex,
|
||||
Certificate(Box<dyn std::error::Error>),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue