mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-27 05:56:26 +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