pub fn emit_error( schema_version: &str, command: &str, code: &str, message: impl Into<String>, details: Option<Value>, ) -> Result<()>