mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
review changes
This commit is contained in:
parent
763ee521be
commit
56686dee40
10 changed files with 24 additions and 23 deletions
|
@ -10,7 +10,7 @@ pub type Result<T> = std::result::Result<T, IndexControllerError>;
|
|||
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
pub enum IndexControllerError {
|
||||
#[error("Missing index uid")]
|
||||
#[error("missing index uid")]
|
||||
MissingUid,
|
||||
#[error("index resolution error: {0}")]
|
||||
Uuid(#[from] UuidResolverError),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue