mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 09:56:28 +00:00 
			
		
		
		
	Merge #235
235: Fix dump not found error r=MarinPostma a=MarinPostma fix #233 Co-authored-by: marin postma <postma.marin@protonmail.com>
This commit is contained in:
		@@ -43,7 +43,7 @@ impl ErrorCode for DumpActorError {
 | 
			
		||||
    fn error_code(&self) -> Code {
 | 
			
		||||
        match self {
 | 
			
		||||
            DumpActorError::DumpAlreadyRunning => Code::DumpAlreadyInProgress,
 | 
			
		||||
            DumpActorError::DumpDoesNotExist(_) => Code::DocumentNotFound,
 | 
			
		||||
            DumpActorError::DumpDoesNotExist(_) => Code::NotFound,
 | 
			
		||||
            DumpActorError::Internal(_) => Code::Internal,
 | 
			
		||||
            DumpActorError::UuidResolver(e) => e.error_code(),
 | 
			
		||||
            DumpActorError::UpdateActor(e) => e.error_code(),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user