change error message for uuid resolver

This commit is contained in:
marin postma 2021-06-15 16:07:25 +02:00
parent d1550670a8
commit 112cd1787c
No known key found for this signature in database
GPG Key ID: 6088B7721C3E39F9

View File

@ -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),