ContinueOnError
Specifies whether batch requests should continue after encountering an error. (OData 4.0 and higher only.).
Data Type
bool
Default Value
false
Remarks
If ContinueOnError is set to true, batch operations that encounter an error complete, creating a results table that includes the error response. If ContinueOnError is set to false, batch operations that encounter an error abort and display an error message.