//! Module: view::provisioning_failure
//!
//! Responsibility: carry one exact originating failure through internal orchestration.
//! Does not own: public error envelopes, persistence, or retry scheduling.
//! Boundary: the first failing owner supplies the target and operation identity.
use crate;
use Principal;
/// Bounded context attached to an internal failure without exposing it publicly.