client_import_too_large
The CSV exceeds the row limit the synchronous import accepts, since the whole file is processed within the request.
| Code | Type | HTTP | Category |
|---|---|---|---|
client_import_too_large | invalid_request_error | 422 | Contacts |
Cause
The CSV exceeds the row limit the synchronous import accepts, since the whole file is processed within the request.
What to do
Split the file into smaller batches and import them one after another.
Related
All Contacts error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.