macro_rules! new_error { ($msg:literal $(,)?) => { ... }; ($fmtstr:expr, $($arg:tt)*) => { ... }; }
Creates a HyperlightError::Error from a string literal or format string
HyperlightError::Error