Skip to content

Handling 4xx in CosmosBulkOperations

Ankur Rawat requested to merge ankurrawat/ErrorMessageFix into release/0.17

When CosmosDb throws 4xx, it is logged and not thrown. With this API returns 201 in response. Catching exception from CosmosDB and throwing it to return correct response.

Merge request reports