mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-01-09 21:14:30 +01:00
fix not found error
This commit is contained in:
parent
0ebe3900e0
commit
da36a6b5cd
@ -43,7 +43,7 @@ impl ErrorCode for DumpActorError {
|
|||||||
fn error_code(&self) -> Code {
|
fn error_code(&self) -> Code {
|
||||||
match self {
|
match self {
|
||||||
DumpActorError::DumpAlreadyRunning => Code::DumpAlreadyInProgress,
|
DumpActorError::DumpAlreadyRunning => Code::DumpAlreadyInProgress,
|
||||||
DumpActorError::DumpDoesNotExist(_) => Code::DocumentNotFound,
|
DumpActorError::DumpDoesNotExist(_) => Code::NotFound,
|
||||||
DumpActorError::Internal(_) => Code::Internal,
|
DumpActorError::Internal(_) => Code::Internal,
|
||||||
DumpActorError::UuidResolver(e) => e.error_code(),
|
DumpActorError::UuidResolver(e) => e.error_code(),
|
||||||
DumpActorError::UpdateActor(e) => e.error_code(),
|
DumpActorError::UpdateActor(e) => e.error_code(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user