DavReportErrorResponsePolicy

Trait DavReportErrorResponsePolicy 

Source
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.

Required Methods§

Source

fn unknown_type(&self, namespace: Option<&str>, name: &str) -> DavResponse

Source

fn not_available(&self, report: DavReportType) -> DavResponse

Implementors§