mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-23 23:00:59 +00:00
change error message for uuid resolver
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user