second commit

This commit is contained in:
2025-07-04 12:11:26 +08:00
parent 0cf47db3e8
commit 19ac57c338
6 changed files with 42 additions and 71 deletions

View File

@@ -6,7 +6,7 @@ use sqlx::Error as SqlxError;
use thiserror::Error;
#[derive(Error, Debug)]
pub enum AppError {
pub(crate) enum AppError {
#[error("Account not found: {0}")]
AccountNotFound(i64),
#[error("Account already exists")]