What does HTTP status 207 (Multi) mean?

 
Could be also:
ConstantTypeOS
ERROR_RING2_STACK_IN_USEWin32 errorWindows
TERMINAL_SERVER_DRIVER_MADE_INCORRECT_MEMORY_REFERENCEBugCheck CodeWindows
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.

RFC 4918: WebDAV


Looking for a different code? Search another status or error code.