Type Alias azure_core::PolicyResult

source ·
pub type PolicyResult = Result<Response>;
Expand description

A specialized Result type for policies.

Aliased Type§

enum PolicyResult {
    Ok(Response),
    Err(Error),
}

Variants§

§1.0.0

Ok(Response)

Contains the success value

§1.0.0

Err(Error)

Contains the error value