You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: service/frontend/errors.go
+4-1
Original file line number
Diff line number
Diff line change
@@ -98,5 +98,8 @@ var (
98
98
errListNotAllowed=serviceerror.NewPermissionDenied("List is disabled on this namespace.", "")
99
99
errSchedulesNotAllowed=serviceerror.NewPermissionDenied("Schedules are disabled on this namespace.", "")
100
100
101
-
errBatchAPINotAllowed=serviceerror.NewPermissionDenied("Batch operation feature are disabled on this namespace.", "")
101
+
errBatchAPINotAllowed=serviceerror.NewPermissionDenied("Batch operation feature are disabled on this namespace.", "")
102
+
errBatchOpsWorkflowFilterNotSet=serviceerror.NewInvalidArgument("Workflow executions and visibility filter are not set on request.")
103
+
errBatchOpsWorkflowFiltersNotAllowed=serviceerror.NewInvalidArgument("Workflow executions and visibility filter are both set on request. Only one of them is allowed.")
0 commit comments