pub async fn set_error_message(
    conn: &mut PgConnection,
    regrading_id: Uuid,
    error_message: &str
) -> ModelResult<()>