draft new certificate dialog features

This commit is contained in:
yggverse 2024-11-19 17:04:41 +02:00
parent 82f5cdc5b4
commit 35ccbd8714
5 changed files with 71 additions and 12 deletions

View file

@ -1,6 +1,8 @@
#[derive(Debug)]
pub enum Error {
AuthInit,
MemoryIndex,
DatabaseIndex,
DatabaseRecordCreate,
MemoryIndex,
Certificate(Box<dyn std::error::Error>),
}