expand_property_error_response

Function expand_property_error_response 

Source
pub fn expand_property_error_response(
    error: &DavExpandPropertyError,
) -> Result<DavResponse, DavXmlError>
Expand description

Maps an expand-property execution failure that occurs before a response starts.

ยงErrors

Returns DavXmlError when a DAV error response cannot be encoded.