HTTP 5xx Server Error Codes
The 5xx class indicates the server failed to fulfil an apparently valid request. These drive SLOs and on-call paging. Table of 5xx Codes (selected) Code Name Summary 500 Internal Server Error Generic server failure. 501 Not Implemented Method not supported at server. 502 Bad Gateway Upstream error at proxy/gateway. 503 Service Unavailable Overloaded or maintenance. 504 Gateway Timeout Upstream timeout. 507 Insufficient Storage WebDAV storage failure. 508 Loop Detected WebDAV loop. 510 Not Extended Further extensions required. 511 Network Authentication Required Captive portal/auth needed. 500 Internal Server Error Catch-all for unhandled exceptions. Log with correlation IDs; prefer specific 5xx when possible. ...