Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 619 Bytes

424.md

File metadata and controls

19 lines (14 loc) · 619 Bytes
set code title references
4
424
Failed Dependency
Rails HTTP Status Symbol Symfony HTTP Status Constant Python HTTP Status Constant
failed_dependency
Response::HTTP_FAILED_DEPENDENCY
httplib.FAILED_DEPENDENCY

The method could not be performed on the resource because the requested action depended on another action and that action failed.

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.