mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-26 06:44:27 +01:00
change error message for uuid resolver
This commit is contained in:
parent
d1550670a8
commit
112cd1787c
@ -16,7 +16,7 @@ pub enum IndexControllerError {
|
||||
Internal(Box<dyn Error>),
|
||||
#[error("Missing index uid")]
|
||||
MissingUid,
|
||||
#[error("error resolving index uid: {0}")]
|
||||
#[error("index resolution error: {0}")]
|
||||
Uuid(#[from] UuidResolverError),
|
||||
#[error("error with index: {0}")]
|
||||
IndexActor(#[from] IndexActorError),
|
||||
|
Loading…
Reference in New Issue
Block a user