pub fn lock_xml_error_response(
error: DavXmlError,
) -> Result<DavResponse, DavXmlError>Expand description
Maps LOCK XML failures to their protocol response.
ยงErrors
Returns DavXmlError when the lock XML error response cannot be encoded.
pub fn lock_xml_error_response(
error: DavXmlError,
) -> Result<DavResponse, DavXmlError>Maps LOCK XML failures to their protocol response.
Returns DavXmlError when the lock XML error response cannot be encoded.