Azure / azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.25k stars 1.93k forks source link

Only wrap exceptions in CosmosException - 400 for custom serializers #40929

Closed FabianMeiswinkel closed 4 days ago

FabianMeiswinkel commented 4 days ago

Description

Previous change started wrapping all Exceptions in all CosmosItemSerializers in a CosmosExceptions. This was intended for custom serializers - but not for the "default" path - we should not change exception types there.

All SDK Contribution checklist:

General Guidelines and Best Practices

Testing Guidelines