Compare commits
2 Commits
0ed010b78f
...
c18098cb8a
Author | SHA1 | Date | |
---|---|---|---|
c18098cb8a | |||
2bad759547 |
@ -64,7 +64,7 @@ impl actix_web::error::ResponseError for ServerError {
|
||||
match self {
|
||||
Self::Argonautic => HttpResponse::InternalServerError().json("Argonautica Error"),
|
||||
Self::Database(e) => {
|
||||
HttpResponse::InternalServerError().json(format!("Database Error: {:?}", e))
|
||||
HttpResponse::InternalServerError().json(format!("Diesel Error: {:?}", e))
|
||||
}
|
||||
Self::DatabaseMigration(_) => {
|
||||
unimplemented!("A migration error should never be rendered")
|
||||
|
Loading…
Reference in New Issue
Block a user