WIP reading news from app
This commit is contained in:
@@ -13,4 +13,6 @@ pub enum ServerError {
|
||||
IoError(#[from] std::io::Error),
|
||||
#[error("attachement not found")]
|
||||
PartNotFound,
|
||||
#[error("sqlx error")]
|
||||
SQLXError(#[from] sqlx::Error),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user