public class WebdavStatus extends Object
| Modifier and Type | Field and Description | 
|---|---|
static int | 
SC_INSUFFICIENT_SPACE_ON_RESOURCE
Status code (419) indicating that the resource does not have sufficient
 space to record the state of the resource after the execution of this
 method. 
 | 
static int | 
SC_LOCKED
Status code (423) indicating the destination resource of a method is
 locked, and either the request did not contain a valid Lock-Info header,
 or the Lock-Info header identifies a lock held by another principal. 
 | 
static int | 
SC_METHOD_FAILURE
Status code (420) indicating the method was not executed on a particular
 resource within its scope because some part of the method's execution
 failed causing the entire method to be aborted. 
 | 
static int | 
SC_MULTI_STATUS
Status code (207) indicating that the response requires providing status
 for multiple independent operations. 
 | 
static int | 
SC_UNPROCESSABLE_ENTITY
Status code (418) indicating the entity body submitted with the PATCH
 method was not understood by the resource. 
 | 
| Constructor and Description | 
|---|
WebdavStatus()  | 
public static final int SC_MULTI_STATUS
public static final int SC_UNPROCESSABLE_ENTITY
public static final int SC_INSUFFICIENT_SPACE_ON_RESOURCE
public static final int SC_METHOD_FAILURE
public static final int SC_LOCKED
This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.