Skip to main content

OperationResult

Type Alias OperationResult 

Source
pub type OperationResult = Result<OperationOutcome, OperationError>;
Expand description

Result alias for core operations.

Aliased Type§

pub enum OperationResult {
    Ok(OperationOutcome),
    Err(OperationError),
}

Variants§

§1.0.0

Ok(OperationOutcome)

Contains the success value

§1.0.0

Err(OperationError)

Contains the error value