mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
change error message for uuid resolver
This commit is contained in:
parent
d1550670a8
commit
112cd1787c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue