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

---