ErrorDetailsLOCK_TOKEN_SUBMITTED Field
IT Hit WebDAV Classes Reference
The request could not succeed because a lock token should have been submitted. This
element, if present, MUST contain at least one URL of a locked resource that prevented the
request. In cases of MOVE, COPY, and DELETE where collection locks are involved, it can
be difficult for the client to find out which locked resource made the request fail -- but the
server is only responsible for returning one such locked resource. The server MAY return
every locked resource that prevented the request from succeeding if it knows them all.
Namespace:
ITHit.WebDAV.Server
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public static readonly ErrorDetails LOCK_TOKEN_SUBMITTED
Public Shared ReadOnly LOCK_TOKEN_SUBMITTED As ErrorDetails
public:
static initonly ErrorDetails LOCK_TOKEN_SUBMITTED
static val LOCK_TOKEN_SUBMITTED: ErrorDetails
Field Value
Type:
ErrorDetailsSee Also