23 lines
979 B
Markdown
23 lines
979 B
Markdown
# 5nn Server errors
|
|
|
|
## 500 Not Implemented
|
|
|
|
The HTTP code 501 indicates that the server encountered an unexpected
|
|
condition that prevented it from fulfilling the request.
|
|
|
|
For more information see [https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/501](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/500)
|
|
|
|
## 501 Not Implemented
|
|
|
|
The HTTP code 501 indicates that the server has not implemented this service at
|
|
this path and for this method.
|
|
|
|
For more information see [https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/501](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/501)
|
|
|
|
## 503 Service Unavailable
|
|
|
|
The HTTP code 503 indicates that the server is not ready to handle the request. This could be a temporary
|
|
or longer term issue.
|
|
|
|
For more information see [https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/503](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/503)
|