HTTP 424 Failed Dependency is a WebDAV status code indicating the request failed because it depended on another request that also failed. This occurs in multi-operation requests where one operation's failure causes dependent operations to fail.
A batch operation failed on one resource, causing operations on dependent resources to also fail.
Check the multi-status response for the original operation that failed — the 424 is a cascading effect.
Resolve the root cause issue and retry the entire batch operation.