﻿wsgidav.dav\_error
==================

..
  Custom formatting of module doc layout
  https://stackoverflow.com/questions/48074094/use-sphinx-autosummary-recursively-to-generate-api-documentation
  TODO: how can we add the documented module attributes (constants, ...)?

.. rubric:: Description

.. automodule:: wsgidav.dav_error

.. currentmodule:: wsgidav.dav_error




.. rubric:: Classes

.. autosummary::
    :toctree: .
    
    DAVErrorCondition
    




.. rubric:: Functions

.. autosummary::
    :toctree: .
    
    as_DAVError
    get_http_status_code
    get_http_status_string
    get_response_page




.. rubric:: Exceptions

.. autosummary::
    :toctree: .
    
    DAVError




.. rubric:: Other Members

.. autosummary::

 
    ERROR_DESCRIPTIONS
    ERROR_RESPONSES
    HTTP_ACCEPTED
    HTTP_BAD_GATEWAY
    HTTP_BAD_REQUEST
    HTTP_CONFLICT
    HTTP_CONTINUE
    HTTP_CREATED
    HTTP_EXPECTATION_FAILED
    HTTP_FAILED_DEPENDENCY
    HTTP_FORBIDDEN
    HTTP_FOUND
    HTTP_GATEWAY_TIMEOUT
    HTTP_GONE
    HTTP_IM_USED
    HTTP_INSUFFICIENT_STORAGE
    HTTP_INTERNAL_ERROR
    HTTP_LENGTH_REQUIRED
    HTTP_LOCKED
    HTTP_MEDIATYPE_NOT_SUPPORTED
    HTTP_METHOD_NOT_ALLOWED
    HTTP_MOVED
    HTTP_MULTIPLE_CHOICES
    HTTP_MULTI_STATUS
    HTTP_NON_AUTHORITATIVE_INFO
    HTTP_NOT_ACCEPTABLE
    HTTP_NOT_EXTENDED
    HTTP_NOT_FOUND
    HTTP_NOT_IMPLEMENTED
    HTTP_NOT_MODIFIED
    HTTP_NO_CONTENT
    HTTP_OK
    HTTP_PARTIAL_CONTENT
    HTTP_PAYMENT_REQUIRED
    HTTP_PRECONDITION_FAILED
    HTTP_PROCESSING
    HTTP_PROXY_AUTH_REQUIRED
    HTTP_RANGE_NOT_SATISFIABLE
    HTTP_REQUEST_ENTITY_TOO_LARGE
    HTTP_REQUEST_TIMEOUT
    HTTP_REQUEST_URI_TOO_LONG
    HTTP_RESET_CONTENT
    HTTP_SEE_OTHER
    HTTP_SERVICE_UNAVAILABLE
    HTTP_SWITCHING_PROTOCOLS
    HTTP_TEMP_REDIRECT
    HTTP_UNAUTHORIZED
    HTTP_UNPROCESSABLE_ENTITY
    HTTP_UPGRADE_REQUIRED
    HTTP_USE_PROXY
    HTTP_VERSION_NOT_SUPPORTED
    PRECONDITION_CODE_LockConflict
    PRECONDITION_CODE_LockTokenMismatch
    PRECONDITION_CODE_MissingLockToken
    PRECONDITION_CODE_PropfindFiniteDepth
    PRECONDITION_CODE_ProtectedProperty
