mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
fix tests, restore behavior
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user