ContinueOnError
Specifies whether batch requests should continue after encountering an error. (OData 4.0 and higher only.).
Data Type
bool
Default Value
false
Remarks
When ContinueOnError is set to true and an error occurs in a batch, it will proceed to the next batch and provide status information for the failed one.
When ContinueOnError is false, the process will stop further batch processing if an error occurs. All changes made before the error will remain intact.