2015-11-06 22:55:41 +01:00
|
|
|
---
|
|
|
|
set: 4
|
|
|
|
code: 424
|
|
|
|
title: Failed Dependency
|
2015-11-07 05:34:40 +01:00
|
|
|
references:
|
|
|
|
"Rails HTTP Status Symbol": "failed_dependency"
|
2016-04-19 15:19:17 +02:00
|
|
|
"Symfony HTTP Status Constant": "Response::HTTP_FAILED_DEPENDENCY"
|
2016-05-22 01:07:17 +02:00
|
|
|
"Python HTTP Status Constant": "httplib.FAILED_DEPENDENCY"
|
2015-11-06 22:55:41 +01:00
|
|
|
---
|
|
|
|
|
2016-04-23 02:12:07 +02:00
|
|
|
The method could not be performed on the resource because the requested action depended on another action and that action failed.
|
2015-11-07 06:45:46 +01:00
|
|
|
|
2016-04-23 02:12:07 +02:00
|
|
|
For example, if a command in a PROPPATCH method fails, then, at minimum, the rest of the commands will also fail with 424 Failed Dependency.
|
2015-11-07 05:34:40 +01:00
|
|
|
|
2015-11-09 02:44:05 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
* Source: [RFC4918 Section 11.4][1]
|
2015-11-07 05:34:40 +01:00
|
|
|
|
2016-04-19 15:19:17 +02:00
|
|
|
[1]: <http://tools.ietf.org/html/rfc4918#section-11.4>
|