pub fn report_plan_error_response<P: DavReportErrorResponsePolicy>(
error: &DavReportPlanError,
policy: &P,
) -> Result<DavResponse, DavXmlError>Expand description
Builds the protocol response for a REPORT grammar selection failure.
ยงErrors
Returns DavXmlError when a DAV error body cannot be encoded.