Skip to content

Commit

Permalink
added status code 422
Browse files Browse the repository at this point in the history
  • Loading branch information
aceat64 committed Jul 19, 2023
1 parent 77661e7 commit 4788988
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/guides/http-status-codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ When the site said no `.zip` files, they meant it.

Yes, this is an [official status code](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/418). It's got an [RFC](https://www.rfc-editor.org/rfc/rfc2324#section-2.3.2) and everything.

### 422 - Unprocessable Content

Originally used for WebDAV, this status code is now used fairly widely. This error code is used when the request syntax and content is correct, but can't be processed. Most commonly this means that you are missing a required field.

### 429 - Too Many Requests

Slow down, you hit a rate limit.
Expand Down

0 comments on commit 4788988

Please sign in to comment.