//! Error types for the `AuthZ` resolver module.
use Error;
/// Errors that can occur when using the `AuthZ` resolver API.
///
/// These represent infrastructure/transport failures only.
/// Access denial is expressed via `EvaluationResponse.decision == false`,
/// not as an error variant.