pub const DEFAULT_HARD_BLOCK_ESCALATION: StrategyUsed;Expand description
Default strategy to escalate to on a hard block.
Browser + sticky is the most expensive strategy, so the
default escalation is conservative — the caller is
expected to use the Escalate route as a last-resort
signal rather than a routine retry path.