pub enum HiveError {
ResonanceLoss,
QuorumNotReached,
MetabolicVacuum,
GridAccessDenied,
}Expand description
[RFC-006] Hive Operational Error Set. Defines critical failure modes in collective orchestration and grid consensus.
Variants§
ResonanceLoss
Collective resonance jitter exceeded the hard 50µs threshold.
QuorumNotReached
Failed to reach the 2/3 (66%) quorum required for Swarm Shield isolation.
MetabolicVacuum
Metabolic shunting failed due to regional compute-resource exhaustion.
GridAccessDenied
AID enrollment rejected by the Aicent.net backbone (Invalid RPKI provenance).
Trait Implementations§
impl StructuralPartialEq for HiveError
Auto Trait Implementations§
impl Freeze for HiveError
impl RefUnwindSafe for HiveError
impl Send for HiveError
impl Sync for HiveError
impl Unpin for HiveError
impl UnsafeUnpin for HiveError
impl UnwindSafe for HiveError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more