Here's a list of common HTTP status codes and their meanings:

  • 400 Bad Request
    The server could not understand the request due to invalid syntax.

    Bad_Request
    [Learn more about handling 400 errors](/en/docs/error_handling)
  • 404 Not Found
    The requested resource does not exist on the server.

    Page_Not_Found
    [View example of 404 page](/en/docs/404_example)
  • 500 Internal Server Error
    A generic error message indicating the server encountered an unexpected condition.

    Internal_Server_Error
    [Check our server error documentation](/en/docs/server_errors)
  • 503 Service Unavailable
    The server is temporarily unable to handle the request.

    Service_Unavailable
    [Explore 503 error solutions](/en/docs/503_guide)

For a complete list of error codes, visit our official documentation page. 🌐