MongoDB V2 Connector > Mappings for MongoDB V2 > Stop on errors
  

Stop on errors

You can configure the maximum number of load job errors at the target that a mapping task can encounter before it stops.
The error threshold can include malformed rows and data conversion errors in the load job, but the errors resulting from update, delete, or merge queries are excluded.
You can set the error threshold value in the Stop on errors session property in a mapping task. You can set the value from 0 to 2147483647. Values less than 0, alphabets, and special characters are not allowed.
When you run a mapping task with bulk operations on the target, such as delete or load data, the mapping task executes operations in parallel instead of in sequence.
The following examples describe the mapping task behavior based on the error threshold you set:
You can't configure the stop on error functionality in mapping tasks that are based on mappings in advanced mode.