2015-11-06 21:39:33 +01:00
|
|
|
---
|
|
|
|
set: 5
|
|
|
|
code: 500
|
|
|
|
title: Internal Server Error
|
2015-11-07 06:05:36 +01:00
|
|
|
references:
|
|
|
|
"Rails HTTP Status Symbol": ":internal_server_error"
|
2016-01-27 23:08:33 +01:00
|
|
|
"Go HTTP Status Constant": "http.StatusInternalServerError"
|
2016-04-19 15:19:17 +02:00
|
|
|
"Symfony HTTP Status Constant": "Response::HTTP_INTERNAL_SERVER_ERROR"
|
2016-05-22 01:07:17 +02:00
|
|
|
"Python2 HTTP Status Constant": "httplib.INTERNAL_SERVER_ERROR"
|
|
|
|
"Python3+ HTTP Status Constant": "http.client.INTERNAL_SERVER_ERROR"
|
|
|
|
"Python3.5+ HTTP Status Constant": "http.HTTPStatus.INTERNAL_SERVER_ERROR"
|
2015-11-06 21:39:33 +01:00
|
|
|
---
|
|
|
|
|
2016-04-23 02:12:07 +02:00
|
|
|
The server encountered an unexpected condition that prevented it from fulfilling the request.
|
2015-11-07 06:05:36 +01:00
|
|
|
|
2015-11-09 02:54:09 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
* Source: [RFC7231 Section 6.6.1][1]
|
2015-11-07 06:05:36 +01:00
|
|
|
|
2016-01-27 23:08:33 +01:00
|
|
|
[1]: <http://tools.ietf.org/html/rfc7231#section-6.6.1>
|