mirror of
https://github.com/OMGeeky/twba.uploader.git
synced 2026-02-02 06:51:23 +01:00
logging & some deps stuff
This commit is contained in:
@@ -6,7 +6,7 @@ pub enum UploaderError {
|
||||
#[error("Could not load config")]
|
||||
LoadConfig(#[source] anyhow::Error),
|
||||
|
||||
#[error("Some error with the database")]
|
||||
#[error("Some error with the database: {0:?}")]
|
||||
OpenDatabase(#[from] twba_local_db::re_exports::sea_orm::DbErr),
|
||||
|
||||
#[error("Error with some Youtube operation: {0} ")]
|
||||
|
||||
Reference in New Issue
Block a user