Skip to main content

CONTEXT_POISONED_TAG

Constant CONTEXT_POISONED_TAG 

Source
pub const CONTEXT_POISONED_TAG: &str = "ContextPoisoned";
Expand description

Marker prefix used in panic messages to signal a poisoned-context error. Backends panic with messages containing these tags so the supervisor decider can route to Restart / Resume / Stop / Escalate without parsing the typed enum from a panic payload.