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
* @param string $after The paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results. (optional)
130
-
* @param int $limit The maximum number of results to display per page. (optional)
129
+
* @param string|null $after The paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results. (optional)
130
+
* @param int|null $limit The maximum number of results to display per page. (optional)
131
+
* @param bool|null $include_error_message Set to True to receive a message explaining the error. (optional)
132
+
* @param bool|null $include_row_data Set to True to receive the data values for the errored row. (optional)
131
133
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getErrors'] to see the possible values for this operation
132
134
*
133
135
* @throws \HubSpot\Client\Crm\Imports\ApiException on non-2xx response or if the response body is not in the expected format
* @param string $after The paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results. (optional)
148
-
* @param int $limit The maximum number of results to display per page. (optional)
149
+
* @param string|null $after The paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results. (optional)
150
+
* @param int|null $limit The maximum number of results to display per page. (optional)
151
+
* @param bool|null $include_error_message Set to True to receive a message explaining the error. (optional)
152
+
* @param bool|null $include_row_data Set to True to receive the data values for the errored row. (optional)
149
153
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getErrors'] to see the possible values for this operation
150
154
*
151
155
* @throws \HubSpot\Client\Crm\Imports\ApiException on non-2xx response or if the response body is not in the expected format
152
156
* @throws \InvalidArgumentException
153
157
* @return array of \HubSpot\Client\Crm\Imports\Model\CollectionResponsePublicImportErrorForwardPaging|\HubSpot\Client\Crm\Imports\Model\Error, HTTP status code, HTTP response headers (array of strings)
$content = $response->getBody(); //stream goes to serializer
@@ -303,16 +308,18 @@ public function getErrorsWithHttpInfo($import_id, $after = null, $limit = null,
303
308
* Operation getErrorsAsync
304
309
*
305
310
* @param int $import_id (required)
306
-
* @param string $after The paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results. (optional)
307
-
* @param int $limit The maximum number of results to display per page. (optional)
311
+
* @param string|null $after The paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results. (optional)
312
+
* @param int|null $limit The maximum number of results to display per page. (optional)
313
+
* @param bool|null $include_error_message Set to True to receive a message explaining the error. (optional)
314
+
* @param bool|null $include_row_data Set to True to receive the data values for the errored row. (optional)
308
315
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getErrors'] to see the possible values for this operation
* @param string $after The paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results. (optional)
328
-
* @param int $limit The maximum number of results to display per page. (optional)
334
+
* @param string|null $after The paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results. (optional)
335
+
* @param int|null $limit The maximum number of results to display per page. (optional)
336
+
* @param bool|null $include_error_message Set to True to receive a message explaining the error. (optional)
337
+
* @param bool|null $include_row_data Set to True to receive the data values for the errored row. (optional)
329
338
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getErrors'] to see the possible values for this operation
* @param string $after The paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results. (optional)
380
-
* @param int $limit The maximum number of results to display per page. (optional)
388
+
* @param string|null $after The paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results. (optional)
389
+
* @param int|null $limit The maximum number of results to display per page. (optional)
390
+
* @param bool|null $include_error_message Set to True to receive a message explaining the error. (optional)
391
+
* @param bool|null $include_row_data Set to True to receive the data values for the errored row. (optional)
381
392
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getErrors'] to see the possible values for this operation
0 commit comments