mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
test the error codes on the task routes
This commit is contained in:
parent
5c1a7c3b9a
commit
387874ea26
3 changed files with 501 additions and 0 deletions
|
@ -270,6 +270,7 @@ pub struct TaskDateQueryRaw {
|
|||
pub after_finished_at: Option<String>,
|
||||
pub before_finished_at: Option<String>,
|
||||
}
|
||||
|
||||
impl TaskDateQueryRaw {
|
||||
fn validate(self) -> Result<TaskDateQuery, ResponseError> {
|
||||
let Self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue