Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/500.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The HTTP `500 Internal Server Error` server error response code indicates that the server encountered an unexpected condition that prevented it from fulfilling the request.

This error response is a generic "catch-all" response. Usually, this indicates the server cannot find a better `5xx` error code to response. Sometimes, server administrators log error responses like the `500` status code with more details about the request to prevent the error from happening again in the future.
This error response is a generic "catch-all" response. Usually, this indicates the server cannot find a better `5xx` error code to respond with. Sometimes, server administrators log error responses like the `500` status code with more details about the request to prevent the error from happening again in the future.

### See Also

Expand Down