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
self.logger.error("InvalidArgumentException : Missing the required parameter `batch_id` when calling `get_batch_report`")
117
117
raiseValueError("Missing the required parameter `batch_id` when calling `get_batch_report`")
118
118
119
-
if'batch_id'inparamsandparams['batch_id'] >32:
120
-
ifself.api_client.mconfig.log_config.enable_log:
121
-
self.logger.error("InvalidArgumentException : Invalid value for parameter `batch_id` when calling `get_batch_report`, must be a value less than or equal to `32`")
122
-
raiseValueError("Invalid value for parameter `batch_id` when calling `get_batch_report`, must be a value less than or equal to `32`")
123
-
if'batch_id'inparamsandparams['batch_id'] <16:
124
-
ifself.api_client.mconfig.log_config.enable_log:
125
-
self.logger.error("InvalidArgumentException : Invalid value for parameter `batch_id` when calling `get_batch_report`, must be a value greater than or equal to `16`")
126
-
raiseValueError("Invalid value for parameter `batch_id` when calling `get_batch_report`, must be a value greater than or equal to `16`")
119
+
# if 'batch_id' in params and params['batch_id'] > 32:
120
+
# if self.api_client.mconfig.log_config.enable_log:
121
+
# self.logger.error("InvalidArgumentException : Invalid value for parameter `batch_id` when calling `get_batch_report`, must be a value less than or equal to `32`")
122
+
# raise ValueError("Invalid value for parameter `batch_id` when calling `get_batch_report`, must be a value less than or equal to `32`")
123
+
# if 'batch_id' in params and params['batch_id'] < 16:
124
+
# if self.api_client.mconfig.log_config.enable_log:
125
+
# self.logger.error("InvalidArgumentException : Invalid value for parameter `batch_id` when calling `get_batch_report`, must be a value greater than or equal to `16`")
126
+
# raise ValueError("Invalid value for parameter `batch_id` when calling `get_batch_report`, must be a value greater than or equal to `16`")
self.logger.error("InvalidArgumentException : Missing the required parameter `batch_id` when calling `get_batch_status`")
238
238
raiseValueError("Missing the required parameter `batch_id` when calling `get_batch_status`")
239
239
240
-
if'batch_id'inparamsandparams['batch_id'] >32:
241
-
ifself.api_client.mconfig.log_config.enable_log:
242
-
self.logger.error("InvalidArgumentException : Invalid value for parameter `batch_id` when calling `get_batch_status`, must be a value less than or equal to `32`")
243
-
raiseValueError("Invalid value for parameter `batch_id` when calling `get_batch_status`, must be a value less than or equal to `32`")
244
-
if'batch_id'inparamsandparams['batch_id'] <16:
245
-
ifself.api_client.mconfig.log_config.enable_log:
246
-
self.logger.error("InvalidArgumentException : Invalid value for parameter `batch_id` when calling `get_batch_status`, must be a value greater than or equal to `16`")
247
-
raiseValueError("Invalid value for parameter `batch_id` when calling `get_batch_status`, must be a value greater than or equal to `16`")
240
+
# if 'batch_id' in params and params['batch_id'] > 32:
241
+
# if self.api_client.mconfig.log_config.enable_log:
242
+
# self.logger.error("InvalidArgumentException : Invalid value for parameter `batch_id` when calling `get_batch_status`, must be a value less than or equal to `32`")
243
+
# raise ValueError("Invalid value for parameter `batch_id` when calling `get_batch_status`, must be a value less than or equal to `32`")
244
+
# if 'batch_id' in params and params['batch_id'] < 16:
245
+
# if self.api_client.mconfig.log_config.enable_log:
246
+
# self.logger.error("InvalidArgumentException : Invalid value for parameter `batch_id` when calling `get_batch_status`, must be a value greater than or equal to `16`")
247
+
# raise ValueError("Invalid value for parameter `batch_id` when calling `get_batch_status`, must be a value greater than or equal to `16`")
0 commit comments