Github user redoz commented on the issue: https://github.com/apache/tinkerpop/pull/915 I wanted to see some progress on this, so I took a stab at rebasing and exposing the attribute collection on the `ResponseException` as well. You can find it here: https://github.com/redoz/tinkerpop/commit/e48c0af80873498e50a5383bdcf626e078018db5 Is there a good reason for not exposing the `StatusCode` on the `ResponseException` as well? I'm not familiar enough with the protocol to say whether that's an internal detail or something the consumer should be able to react to.
---