Skip to main content

PipelineResult

Type Alias PipelineResult 

Source
pub type PipelineResult = Result<Body, ApigateError>;

Aliased Type§

pub enum PipelineResult {
    Ok(Body),
    Err(ApigateError),
}

Variants§

§1.0.0

Ok(Body)

Contains the success value

§1.0.0

Err(ApigateError)

Contains the error value