Skip to main content
apiguide.dev

HTTP 424 — Failed Dependency

The request failed because it depended on another action that failed.

Status CodeHTTP 424
CategoryClient Error (4xx)
API Error Subtypes0 error schemas
HTTP Headers0 headers

What does HTTP status code 424 mean?

The 424 Failed Dependency status code (from WebDAV, RFC 4918) indicates that the request was omitted because the action depended on another action that failed.

When to use it in APIs

Useful in batch transactional endpoints. If a client submits a batch of operations, and transaction A fails, transaction B (which depends on A) fails with a 424.

How it compares to other codes

  • 400 Bad Request: A general request failure, whereas 424 specifies that the request itself was okay but was blocked by an external step failure.

Specific API Error Types for 424

No specific Problem+JSON schemas have been defined for HTTP 424 on apiguide.dev yet.

Associated HTTP Headers

No specific HTTP headers are explicitly linked to HTTP 424 in our directory yet.

Related HTTP Status Codes