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
parser_error!("must have one of \"MaxItemsPerBatch\", \"MaxItemsPerBatchPath\", \"MaxInputBytesPerBatch\", \"MaxInputBytesPerBatchPath\"")
22
-
end
23
-
24
-
parser_error!("must not specify both \"MaxItemsPerBatch\" and \"MaxItemsPerBatchPath\"")ifmax_items_per_batch && max_items_per_batch_path
25
-
parser_error!("must not specify both \"MaxInputBytesPerBatch\" and \"MaxInputBytesPerBatchPath\"")ifmax_input_bytes_per_batch && max_input_bytes_per_batch_path
26
-
invalid_field_error!("MaxItemsPerBatch",max_items_per_batch,"must be a positive integer")ifmax_items_per_batch && max_items_per_batch <= 0
27
-
invalid_field_error!("MaxInputBytesPerBatch",max_input_bytes_per_batch,"must be a positive integer")ifmax_input_bytes_per_batch && max_input_bytes_per_batch <= 0
parser_error!("must have one of \"MaxItemsPerBatch\", \"MaxItemsPerBatchPath\", \"MaxInputBytesPerBatch\", \"MaxInputBytesPerBatchPath\"")
56
+
end
57
+
58
+
parser_error!("must not specify both \"MaxItemsPerBatch\" and \"MaxItemsPerBatchPath\"")ifmax_items_per_batch && max_items_per_batch_path
59
+
parser_error!("must not specify both \"MaxInputBytesPerBatch\" and \"MaxInputBytesPerBatchPath\"")ifmax_input_bytes_per_batch && max_input_bytes_per_batch_path
60
+
invalid_field_error!("MaxItemsPerBatch",max_items_per_batch,"must be a positive integer")ifmax_items_per_batch && max_items_per_batch <= 0
61
+
invalid_field_error!("MaxInputBytesPerBatch",max_input_bytes_per_batch,"must be a positive integer")ifmax_input_bytes_per_batch && max_input_bytes_per_batch <= 0
0 commit comments