macro_rules! api_bail { ( $fmt:literal $(, $($arg:tt)*)?) => { ... }; }
Returns early with a formatted ApiError, converted into the caller’s error type via .into().
ApiError
.into()