| Previous | Next |
| HTTP_STATUS_PARTIAL_CONTENT | HTTP_STATUS_ALREADY_REPORTED |
HTTP_STATUS_MULTI
The response body is an XML multistatus document. Each response element can contain a different status, so the outer 207 status does not mean every requested resource succeeded.
When troubleshooting, inspect every embedded status and resource URL. A client should report partial failure instead of collapsing the whole operation into a single success or error message.
A 207 response is a container for several resource-level results, not a guarantee that every member operation succeeded. WebDAV clients must parse the multistatus body and inspect each response entry. Reporting only the outer 207 value can hide individual 4xx or 5xx outcomes within an otherwise successfully generated multistatus response.
Looking for a different code? Search another status or error code.
