Github user Blackbaud-IanThomas commented on the issue:

    https://github.com/apache/tinkerpop/pull/915
  
    @spmallette I believe what @redoz is talking about is adding 
`ResponseStatus.Attributes` to the `ResponseException.` See below code and 
screenshot of a response from CosmosDB.
     If the attributes that were part of the `ReponseStatus` were added to the 
`ResponseException`, this would solve my main use case, which is responding to 
throttled requests to Cosmos. 
https://github.com/apache/tinkerpop/blob/8f5af95cea5ffe38ac461de747d8ec55103f921e/gremlin-dotnet/src/Gremlin.Net/Driver/Messages/ResponseStatus.cs#L44-L48
    
    
![image](https://user-images.githubusercontent.com/5880556/44219915-2dee2100-a14b-11e8-9b15-772c54ad135d.png)



---

Reply via email to