510510 Not Extended
The server requires further extensions to the request in order to fulfill it.
102The server has received and is processing the request, but no response is available yet (WebDAV).
A WebDAV request is taking a long time to process. The server sends 102 to prevent the client from timing out while waiting for the final response.
No action needed. This is an interim response. Ensure your client handles it gracefully and continues to wait for the final response. If processing takes too long, consider optimizing the server-side operation.
510The server requires further extensions to the request in order to fulfill it.
424The request failed because it depended on another request that failed (WebDAV).
405The HTTP method used is not supported for the requested resource.
206The server is delivering only part of the resource due to a Range header sent by the client.
200The request has succeeded. The meaning of the success depends on the HTTP method used.
207The response provides status for multiple independent operations in a single response (WebDAV).