mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-02-12 22:00:06 +08:00
Improve the error message when missing documents
Co-authored-by: Tamo <tamo@meilisearch.com>
This commit is contained in:
parent
7d0d8f4445
commit
acb06cb3e6
@ -109,7 +109,7 @@ pub enum Error {
|
|||||||
InvalidIndexUid { index_uid: String },
|
InvalidIndexUid { index_uid: String },
|
||||||
#[error("Task `{0}` not found.")]
|
#[error("Task `{0}` not found.")]
|
||||||
TaskNotFound(TaskId),
|
TaskNotFound(TaskId),
|
||||||
#[error("Task `{0}` does not provide any content file.")]
|
#[error("Task `{0}` does not contain any documents. Only `documentAdditionOrUpdate` tasks with the statuses `enqueued` or `processing` contain documents")]
|
||||||
TaskFileNotFound(TaskId),
|
TaskFileNotFound(TaskId),
|
||||||
#[error("Batch `{0}` not found.")]
|
#[error("Batch `{0}` not found.")]
|
||||||
BatchNotFound(BatchId),
|
BatchNotFound(BatchId),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user