Skip to main content

FROZEN_CODES

Constant FROZEN_CODES 

Source
pub const FROZEN_CODES: &[&str];
Expand description

All frozen error codes in alphabetical order.

This slice is used by tests and by the runtime’s error-code allowlist check. Adding a new code requires appending to this slice; the order is part of the frozen surface so test fixtures remain stable.