pub fn other_error<E: Display>(err: E) -> CoreError
Helper to convert any error into CoreError::Other. Use this instead of ? when the error type is not a known CoreError variant.
CoreError::Other
?