You can’t at that level. SQL Server is rejecting the entire query.
I would add some pre-checks to the data against your database constraints for string size, date formats, etc.
Alternatively you could TRIM
each string field in the raw data to the corresponding field size before trying to insert.