mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 20:15:07 +08: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…
Reference in New Issue
Block a user