mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Expose a route to get the update file content of a task
This commit is contained in:
parent
0c3e7fe963
commit
df40533741
4 changed files with 98 additions and 1 deletions
|
@ -372,6 +372,7 @@ RemoteRemoteError , System , BAD_GATEWAY ;
|
|||
RemoteTimeout , System , BAD_GATEWAY ;
|
||||
TooManySearchRequests , System , SERVICE_UNAVAILABLE ;
|
||||
TaskNotFound , InvalidRequest , NOT_FOUND ;
|
||||
TaskFileNotFound , InvalidRequest , NOT_FOUND ;
|
||||
BatchNotFound , InvalidRequest , NOT_FOUND ;
|
||||
TooManyOpenFiles , System , UNPROCESSABLE_ENTITY ;
|
||||
TooManyVectors , InvalidRequest , BAD_REQUEST ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue