Type Alias valico::json_dsl::validators::ValidatorResult

source ·
pub type ValidatorResult = Result<(), ValicoErrors>;

Aliased Type§

enum ValidatorResult {
    Ok(()),
    Err(Vec<Box<dyn ValicoError>>),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(Vec<Box<dyn ValicoError>>)

Contains the error value