fix errormessage
This commit is contained in:
parent
a6598ba5db
commit
0ed010b78f
@ -64,7 +64,7 @@ impl actix_web::error::ResponseError for ServerError {
|
|||||||
match self {
|
match self {
|
||||||
Self::Argonautic => HttpResponse::InternalServerError().json("Argonautica Error"),
|
Self::Argonautic => HttpResponse::InternalServerError().json("Argonautica Error"),
|
||||||
Self::Database(e) => {
|
Self::Database(e) => {
|
||||||
HttpResponse::InternalServerError().json(format!("Diesel Error: {:?}", e))
|
HttpResponse::InternalServerError().json(format!("Database Error: {:?}", e))
|
||||||
}
|
}
|
||||||
Self::DatabaseMigration(_) => {
|
Self::DatabaseMigration(_) => {
|
||||||
unimplemented!("A migration error should never be rendered")
|
unimplemented!("A migration error should never be rendered")
|
||||||
|
Loading…
Reference in New Issue
Block a user