Azure / azure-cosmosdb-java

Java Async SDK for SQL API of Azure Cosmos DB
MIT License
54 stars 61 forks source link

Direct TCP: Report context request errors using RntbdContextRequestException #147

Closed David-Noble-at-work closed 5 years ago

David-Noble-at-work commented 5 years ago

Code inspection showed that in the rare event that an RntbdContextRequest is rejected with a status code other than 2xx, it was being reported with a non-specific TransportException. It is now being reported with an RntbdContextException that extends TransportException.