Implement ErrorCode on the heed Error

This commit is contained in:
Kerollmops 2022-10-04 11:07:14 +02:00 committed by Clément Renault
parent 91e13c2824
commit c70f375669
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
2 changed files with 18 additions and 0 deletions

View file

@ -2,6 +2,7 @@ use std::collections::BTreeMap;
use actix_web::web::Data;
use actix_web::{web, HttpRequest, HttpResponse};
use index::{Settings, Unchecked};
use index_scheduler::{IndexScheduler, Query, Status};
use log::debug;
use serde::{Deserialize, Serialize};