4×× Client Error
424 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.
- Source: RFC4918 Section 11.4
424 Code References
.NET HTTP Status Enum HttpStatusCode.FailedDependency
Rust HTTP Status Constant http::StatusCode::FAILED_DEPENDENCY
Rails HTTP Status Symbol :failed_dependency
Go HTTP Status Constant http.StatusFailedDependency
Symfony HTTP Status Constant Response::HTTP_FAILED_DEPENDENCY
Python HTTP Status Constant httplib.FAILED_DEPENDENCY