424424 Failed Dependency
The request failed because it depended on another request that failed (WebDAV).
428The server requires the request to be conditional to prevent the 'lost update' problem.
The server requires conditional headers (If-Match, If-Unmodified-Since) to prevent concurrent modification issues. This ensures you are updating the latest version of the resource.
Fetch the resource first to get its ETag or Last-Modified value. Include an If-Match or If-Unmodified-Since header in your update request with those values.
424The request failed because it depended on another request that failed (WebDAV).
410The resource is no longer available and has been permanently removed. Unlike 404, this indicates intentional removal.
302The requested resource temporarily resides at a different URL. Future requests should continue to use the original URL.
406The server cannot produce a response matching the list of acceptable values defined in the request's Accept headers.
202The request has been accepted for processing, but the processing has not been completed yet.
431The server refuses the request because one or more header fields are too large.