mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
delegate child errors to parent handler
This commit is contained in:
parent
e1592425b9
commit
f9e35553da
7 changed files with 11 additions and 12 deletions
|
|
@ -4,5 +4,5 @@ pub enum Error {
|
|||
DatabaseRecordCreate(i64, String),
|
||||
DatabaseRecordDelete(i64),
|
||||
DatabaseRecordsRead(String),
|
||||
MemoryIndex,
|
||||
Memory(super::memory::Error),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue