Skip to main content

Error

Type Alias Error 

Source
pub type Error = OperationError<Summary>;
Expand description

Error type for remove operations. See crate::error::OperationError for logging conventions and rationale.

Aliased Type§

pub struct Error {
    pub source: Error,
    pub summary: Summary,
}

Fields§

§source: Error§summary: Summary