Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 677 Bytes

500.md

File metadata and controls

20 lines (16 loc) · 677 Bytes
set code title references
5
500
Internal Server Error
Rails HTTP Status Symbol Go HTTP Status Constant Symfony HTTP Status Constant Python2 HTTP Status Constant Python3+ HTTP Status Constant Python3.5+ HTTP Status Constant
:internal_server_error
http.StatusInternalServerError
Response::HTTP_INTERNAL_SERVER_ERROR
httplib.INTERNAL_SERVER_ERROR
http.client.INTERNAL_SERVER_ERROR
http.HTTPStatus.INTERNAL_SERVER_ERROR

The server encountered an unexpected condition that prevented it from fulfilling the request.