100100 Continue
The server has received the request headers and the client should proceed to send the request body.
424The request failed because it depended on another request that failed (WebDAV).
A WebDAV batch operation included this request, but a prior request in the batch failed, causing this dependent request to also fail. This cascading failure is tracked in the Multi-Status response.
Check the 207 Multi-Status response to identify which request failed first. Fix the root cause failure and retry the entire batch operation.
100The server has received the request headers and the client should proceed to send the request body.
506The server has an internal configuration error where the chosen variant resource is configured to engage in content negotiation itself.
202The request has been accepted for processing, but the processing has not been completed yet.
406The server cannot produce a response matching the list of acceptable values defined in the request's Accept headers.
205The server tells the client to reset the document view, such as clearing a form after submission.
508The server detected an infinite loop while processing the request (WebDAV).