You've already forked AstralRinth
forked from didirus/AstralRinth
more loggging (#4404)
This commit is contained in:
committed by
GitHub
parent
f3060cd9b4
commit
afcdb1d0a1
@@ -131,7 +131,7 @@ pub enum ApiError {
|
||||
PasswordHashing(#[from] argon2::password_hash::Error),
|
||||
#[error("{0}")]
|
||||
Mail(#[from] crate::queue::email::MailError),
|
||||
#[error("Error while rerouting request: {0}")]
|
||||
#[error("Error while rerouting request: {0:?}")]
|
||||
Reroute(#[from] reqwest::Error),
|
||||
#[error("Unable to read Zip Archive: {0}")]
|
||||
Zip(#[from] zip::result::ZipError),
|
||||
|
||||
Reference in New Issue
Block a user