cleanup errors

This commit is contained in:
2026-08-01 18:32:14 -04:00
parent 188ce23e67
commit 6a2cef2003
4 changed files with 12 additions and 10 deletions
+2
View File
@@ -4,6 +4,8 @@ use thiserror::Error;
pub enum DomainError {
#[error("database error: {0}")]
Database(String),
#[error("password error: {0}")]
Password(String),
#[error("record not found")]
NotFound,
#[error("record already exists")]