Attention
You are looking at outdated documentation for version 1.x. A newer version is available.
5.5.3.1.1. wsgidav.dav_error¶
Implements a DAVError class that is used to signal WebDAV and HTTP errors.
Functions
asDAVError(e) |
Convert any non-DAVError exception to HTTP_INTERNAL_ERROR. |
getHttpStatusCode(v) |
Return HTTP response code as integer, e.g. |
getHttpStatusString(v) |
Return HTTP response string, e.g. |
getResponsePage(v) |
Classes
DAVErrorCondition(conditionCode) |
Exceptions
DAVError(statusCode[, contextinfo, …]) |