HTTP status codes starting with the number 5 indicate an issue on the server side.
Code | Text | Description |
---|---|---|
500 | Internal Server Error | An unexpected problem occurred on the server. A corresponding error message will provide further details, often accompanied by an additional internal error code for diagnostics. |
502 | Bad Gateway | The server received an invalid response from an upstream server. Additional details and an internal error code will typically be provided for further clarification. |