mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
fix tests, restore behavior
This commit is contained in:
parent
c771694623
commit
3bd15a4195
16 changed files with 218 additions and 145 deletions
|
@ -26,6 +26,7 @@ impl error::Error for Error {}
|
|||
|
||||
impl ErrorCode for Error {
|
||||
fn error_code(&self) -> Code {
|
||||
unimplemented!()
|
||||
// TODO populate with correct error codes
|
||||
Code::Internal
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue