mirror of
https://github.com/rmaake1/httpstatuses.git
synced 2024-11-02 00:32:36 +01:00
16 lines
317 B
Markdown
16 lines
317 B
Markdown
---
|
|
set: 5
|
|
code: 500
|
|
title: Internal Server Error
|
|
references:
|
|
"Rails HTTP Status Symbol": ":internal_server_error"
|
|
---
|
|
|
|
The server encountered an unexpected condition that prevented it from fulfilling
|
|
the request.
|
|
|
|
---
|
|
|
|
* Source: [RFC7231 Section 6.6.1][1]
|
|
|
|
[1]: <http://tools.ietf.org/html/rfc7231#section-6.6.1> |