WebDAV-Related Status Codes

The new status codes introduced by WebDAV are:
102 Processing
If a COPY or a MOVE request takes more than 20 seconds, the server sends this status code to the client to prevent it from timing out. It can be observed while copying of moving large collections;
207 Multi-Status
Used in responses for PROPFIND, PROPPATCH, MKCOL methods which act on multiple resources and have different responses for each resource;
422 Unprocessable Entity
Can be returned in a response for any method, when the server does not understand the XML body sent in the request; can happen when the XML body is well-formed but semantically incorrect;
423 Locked
When returned as a response of a LOCK request, it means that the resource is already locked; when returned by a PROPPATCH request, it means that the destination is locked and the user has not provided the lock token for it;
424 Failed Dependency
Means that the method cannot be executed, because the requested action depends on another action that fails; Deba maamu - trebe si primer, koito da ilustrira ga se vrushta 424
507 Insufficient Storage
Used in PROPPATCH, COPY, MKCOL, when there is not enough free space to create a property, copy a resource or make a collection.

Иван Иванов 2006-06-23