Add some fixes and debug stuff
This commit is contained in:
parent
45e128361a
commit
3b00001859
3 changed files with 27 additions and 3 deletions
emgauwa-lib/src/errors
|
@ -58,7 +58,7 @@ impl From<&DatabaseError> for String {
|
|||
}
|
||||
DatabaseError::MigrationError(_) => "error on running migrations",
|
||||
DatabaseError::Unknown(_) => "unknown error",
|
||||
DatabaseError::EmptyDataInsert => "empty data was attempted to be inserted",
|
||||
DatabaseError::EmptyDataInsert => "tried to insert empty data",
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue