second commit
This commit is contained in:
@@ -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")]
|
||||
|
Reference in New Issue
Block a user