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' 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
230
raiseValueError("Missing the required parameter `batch_id` when calling `get_batch_status`")
239
231
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`")
self.logger.error("InvalidArgumentException : Invalid value for parameter `offset` when calling `get_batches_list`, must be a value greater than or equal to `0`")
365
-
raiseValueError("Invalid value for parameter `offset` when calling `get_batches_list`, must be a value greater than or equal to `0`")
366
-
if'limit'inparamsandparams['limit'] >500:
367
-
ifself.api_client.mconfig.log_config.enable_log:
368
-
self.logger.error("InvalidArgumentException : Invalid value for parameter `limit` when calling `get_batches_list`, must be a value less than or equal to `500`")
369
-
raiseValueError("Invalid value for parameter `limit` when calling `get_batches_list`, must be a value less than or equal to `500`")
370
-
if'limit'inparamsandparams['limit'] <1:
371
-
ifself.api_client.mconfig.log_config.enable_log:
372
-
self.logger.error("InvalidArgumentException : Invalid value for parameter `limit` when calling `get_batches_list`, must be a value greater than or equal to `1`")
373
-
raiseValueError("Invalid value for parameter `limit` when calling `get_batches_list`, must be a value greater than or equal to `1`")
self.logger.error("InvalidArgumentException : Invalid value for parameter `organization_id` when calling `get_chargeback_details`, length must be less than or equal to `32`")
131
-
raiseValueError("Invalid value for parameter `organization_id` when calling `get_chargeback_details`, length must be less than or equal to `32`")
self.logger.error("InvalidArgumentException : Invalid value for parameter `organization_id` when calling `get_chargeback_details`, length must be greater than or equal to `1`")
135
-
raiseValueError("Invalid value for parameter `organization_id` when calling `get_chargeback_details`, length must be greater than or equal to `1`")
self.logger.error("InvalidArgumentException : Invalid value for parameter `organization_id` when calling `get_chargeback_details`, must conform to the pattern `/[a-zA-Z0-9-_]+/`")
self.logger.error("InvalidArgumentException : Invalid value for parameter `organization_id` when calling `get_chargeback_summaries`, length must be less than or equal to `32`")
131
-
raiseValueError("Invalid value for parameter `organization_id` when calling `get_chargeback_summaries`, length must be less than or equal to `32`")
self.logger.error("InvalidArgumentException : Invalid value for parameter `organization_id` when calling `get_chargeback_summaries`, length must be greater than or equal to `1`")
135
-
raiseValueError("Invalid value for parameter `organization_id` when calling `get_chargeback_summaries`, length must be greater than or equal to `1`")
self.logger.error("InvalidArgumentException : Invalid value for parameter `organization_id` when calling `get_chargeback_summaries`, must conform to the pattern `/[a-zA-Z0-9-_]+/`")
self.logger.error("InvalidArgumentException : Invalid value for parameter `organization_id` when calling `get_conversion_detail`, length must be less than or equal to `32`")
131
-
raiseValueError("Invalid value for parameter `organization_id` when calling `get_conversion_detail`, length must be less than or equal to `32`")
self.logger.error("InvalidArgumentException : Invalid value for parameter `organization_id` when calling `get_conversion_detail`, length must be greater than or equal to `1`")
135
-
raiseValueError("Invalid value for parameter `organization_id` when calling `get_conversion_detail`, length must be greater than or equal to `1`")
self.logger.error("InvalidArgumentException : Invalid value for parameter `organization_id` when calling `get_conversion_detail`, must conform to the pattern `/[a-zA-Z0-9-_]+/`")
0 commit comments