ContinueOnError
Indicates whether to continue updating items in a batch after an error.
Data Type
bool
Default Value
true
Remarks
If this property is set to True (default), the provider will continue adding, updating, or deleting items when an error is encountered on one of the items. When set to False, the provider will stop adding, updating, or deleting items after an error is encountered (entries preceding the problematic entry will still be added, updated, or deleted).
This property applies to both SOAP and REST schemas.