Improve HTTP 500 error message
This commit is contained in:
parent
b62b7ed2c9
commit
fba3a97a24
1 changed files with 4 additions and 2 deletions
|
@ -138,6 +138,8 @@ var errs = map[int]*err{
|
||||||
|
|
||||||
500: {
|
500: {
|
||||||
Code: 500,
|
Code: 500,
|
||||||
Details: "There was a problem with our servers, and we have been notified",
|
Details: "Internal server error",
|
||||||
|
Description: "There was a problem with our servers, and we have been notified.",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue