Skip to main content

ExceptionResult

Type Alias ExceptionResult 

Source
pub type ExceptionResult = Result<Response, DispatchError>;
Expand description

Result type for exception handlers

Aliased Type§

pub enum ExceptionResult {
    Ok(Response),
    Err(DispatchError),
}

Variants§

§1.0.0

Ok(Response)

Contains the success value

§1.0.0

Err(DispatchError)

Contains the error value