Skip to main content

TenantConfigResult

Type Alias TenantConfigResult 

Source
pub type TenantConfigResult = Result<Config, TenantConfigError>;

Aliased Type§

pub enum TenantConfigResult {
    Ok(Config),
    Err(TenantConfigError),
}

Variants§

§1.0.0

Ok(Config)

Contains the success value

§1.0.0

Err(TenantConfigError)

Contains the error value