DavStatusFAILED_DEPENDENCY Field
IT Hit WebDAV Classes Reference
This status code means that the method could
not be performed on the resource because the requested action
depended on another action and that action failed. For example, if a
command in a PROPPATCH method fails, then, at minimum, the rest of
the commands will also fail with 424 (Failed Dependency).
Namespace:
ITHit.WebDAV.Server
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public static readonly DavStatus FAILED_DEPENDENCY
Public Shared ReadOnly FAILED_DEPENDENCY As DavStatus
public:
static initonly DavStatus FAILED_DEPENDENCY
static val FAILED_DEPENDENCY: DavStatus
Field Value
Type:
DavStatusSee Also