pub trait DavReportErrorResponsePolicy {
// Required methods
fn unknown_type(&self, namespace: Option<&str>, name: &str) -> DavResponse;
fn not_available(&self, report: DavReportType) -> DavResponse;
}Expand description
Product-owned mapping for REPORT selection errors that are not XML syntax failures.