Skip to content

Commit

Permalink
add 422 status
Browse files Browse the repository at this point in the history
  • Loading branch information
Inviz committed Aug 30, 2011
1 parent 07adbd0 commit 0bf6d9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Request/Request.Statuses.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ requires:
extends: Core/Request
provides:
- Request.Headers
- Request.Statuses
...
*/
Expand Down Expand Up @@ -63,6 +63,7 @@ var Statuses = Request.Statuses = {
415: "UnsupportedMediaType",
416: "RequestRangeNotSatisfiable",
417: "ExpectationFailed",
422: "UnacceptableEntity",

500: "InternalServerError",
501: "NotImplemented",
Expand Down

0 comments on commit 0bf6d9b

Please sign in to comment.