Skip to content

Commit

Permalink
add 424 - FAILED_DEPENDENCY, close #16
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfun committed May 25, 2016
1 parent f1781ba commit f7e6286
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/index.litcoffee
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ The request contains bad syntax or cannot be fulfilled
416: 'Requested Range not Satisfiable'
417: 'Expectation Failed'
422: 'Unprocessable Entity'
424: 'Failed Dependency'
429: 'Too Many Requests'
451: 'Unavailable For Legal Reasons'
Expand Down Expand Up @@ -121,6 +122,7 @@ The request contains bad syntax or cannot be fulfilled
REQUESTED_RANGE_NOT_SATISFIABLE: 416
EXPECTATION_FAILED: 417
UNPROCESSABLE_ENTITY: 422
FAILED_DEPENDENCY: 424
TOO_MANY_REQUESTS: 429
UNAVAILABLE_FOR_LEGAL_REASONS: 451
Expand Down

0 comments on commit f7e6286

Please sign in to comment.