pub fn get_explanation(
    module_id: &ModuleId,
    abort_code: u64
) -> Option<ErrorContext>
Expand description

Given the module ID and the abort code raised from that module, returns the human-readable explanation of that abort if possible.