mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
remove an unused error handling file
This commit is contained in:
parent
d8fb506c92
commit
52aa34d984
3 changed files with 4 additions and 47 deletions
|
@ -462,8 +462,7 @@ impl ErrorCode for io::Error {
|
|||
Some(5) => Code::IoError,
|
||||
Some(24) => Code::TooManyOpenFiles,
|
||||
Some(28) => Code::NoSpaceLeftOnDevice,
|
||||
e => todo!("missed something asshole {:?}", e),
|
||||
// e => Code::Internal,
|
||||
_ => Code::Internal,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue