Add details to Mural API errors (#4886)

This commit is contained in:
aecsocket
2025-12-11 12:49:59 +00:00
committed by GitHub
parent 3dd2de5f18
commit ddcc14d99f
8 changed files with 16 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ impl actix_web::ResponseError for SearchError {
SearchError::FormatError(..) => "invalid_input",
},
description: self.to_string(),
details: None,
})
}
}