Skip to content

Unknown 4xx Status Code

This 4xx client error status code is not currently documented in our reference. Please file an Issue or make a PR adding documentation for this status code.

4xx status codes indicate client errors. The request contains bad syntax or cannot be fulfilled by the server. These errors are typically the client’s fault.

Common 4xx status codes include:

  • 400 Bad Request - Server cannot process the request due to client error
  • 401 Unauthorized - Authentication is required and has failed or not been provided
  • 403 Forbidden - Server understands but refuses to authorize the request
  • 404 Not Found - Requested resource could not be found
  • 405 Method Not Allowed - Request method not supported for the resource
  • 409 Conflict - Request conflicts with current state of the server
  • 429 Too Many Requests - Client has sent too many requests in a given time

If you believe this status code should be documented, please consider contributing to this project or checking the HTTP status code registry for official information.