ContinueOnError Parameter (Connect-OData Cmdlet)
Specifies whether batch requests should continue after encountering an error. (OData 4.0 and higher only.).
Syntax
Connect-OData -ContinueOnError bool
Data Type
bool
Default Value
true
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.