pub const FROST_ERROR_BASE: u32 = 0x2100;Expand description
Sub-range of error codes used by this scheme. The framework reports
these via confium_tc::Error::SchemeInternalError’s code field.
They begin at 0x2100 to avoid colliding with future schemes.