You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2022/06/21 19:36:47 UTC

[GitHub] [tinkerpop] curtiscook opened a new pull request, #1728: Adds status_message as a property on GremlinServerError

curtiscook opened a new pull request, #1728:
URL: https://github.com/apache/tinkerpop/pull/1728

   AWS Neptune uses a JSON error object for its status message with error details. This PR allows end-users to directly access the status message returned by AWS, so they can deserialize the JSON and access AWS's error message fields
   
   Example Neptune Response
   ```
   GremlinServerError
   500: {"detailedMessage":"Failed to complete Insert operation for a Vertex due to conflicting concurrent operations. Please retry. 0 transactions are currently rolling back.","code":"ConcurrentModificationException","requestId":"b163032b-0c78-444b-9d80-07eacd88b74f"}
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tinkerpop] curtiscook closed pull request #1728: Adds status_message as a property on GremlinServerError

Posted by GitBox <gi...@apache.org>.
curtiscook closed pull request #1728: Adds status_message as a property on GremlinServerError
URL: https://github.com/apache/tinkerpop/pull/1728


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org