/// Enum that encapsulates the various different ways execution can fail.
/// Some errors are caused by other errors and reference them.
///
/// Instruction format errors contain `(instruction: u32, bad_field: u8)`.
///
/// Memory errors contain `(address: u32)`.
///
/// Register file errors contain `(reg_num: u8)`.