//! What can go wrong.
//!
//! Every variant here is a STARTUP or INITIALIZATION failure — nothing in this
//! crate answers a request yet, so nothing maps to `gwk_domain::KernelErrorCode`.
//! That mapping arrives with the request path, not before it.
/// A kernel failure.
pub type Result<T> = Result;