pub fn load() -> HashMap<ErrorCode, CodeActionDef>Expand description
Parse the embedded JSON once and return a map from error code → action.
Entries whose action is null are omitted from the map.
Call this once at server startup and store the result.