macro_rules! err { ($($tt:tt)*) => { ... }; }
Shorthand for Err(anyerr!(...)) or Err(anyhow!(...)).
Err(anyerr!(...))
Err(anyhow!(...))