Skip to main content

new_err_code

Function new_err_code 

Source
pub const fn new_err_code(module: u8, domain: u8, reason: u16) -> FECode
Expand description

Construct an FECode from raw values

ยงNotes

  • Moudle should be <= 16
  • Domain should be >= 17 && <= 32