File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ get_all_tasks_filtering_1: |-
117
117
get_all_tasks_filtering_2 : |-
118
118
let mut query = TasksQuery::new(&client)
119
119
.with_status(["succeeded", "failed"])
120
- .with_type (["documentAdditionOrUpdate"])
120
+ .with_types (["documentAdditionOrUpdate"])
121
121
.execute()
122
122
.await
123
123
.unwrap();
Original file line number Diff line number Diff line change @@ -156,8 +156,11 @@ pub enum ErrorCode {
156
156
InvalidApiKeyIndexes ,
157
157
InvalidApiKeyExpiresAt ,
158
158
ApiKeyNotFound ,
159
- InvalidTaskUid ,
160
- InvalidTaskDate ,
159
+ InvalidTaskTypesFilter ,
160
+ InvalidTaskStatusesFilter ,
161
+ InvalidTaskCanceledByFilter ,
162
+ InvalidTaskUidsFilter ,
163
+ InvalidTaskDateFilter ,
161
164
MissingTaskFilter ,
162
165
163
166
/// That's unexpected. Please open a GitHub issue after ensuring you are
You can’t perform that action at this time.
0 commit comments