[
https://issues.apache.org/jira/browse/TINKERPOP-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15528578#comment-15528578
]
ASF GitHub Bot commented on TINKERPOP-1044:
-------------------------------------------
GitHub user vrkrishn opened a pull request:
https://github.com/apache/tinkerpop/pull/440
TINKERPOP-1044: Gremlin server REST endpoint - Add Exception Class and
Message in Response
When using Gremlin-Server Client over REST endpoint and the gremlin query
results in a groovy script Exception/Error, will output the Throwable class
name as well as the Throwable Message in the message body of the HTTP Response
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vrkrishn/tinkerpop TINKERPOP-1044
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/440.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #440
----
commit de9bbda5e44d5f4a8a7c024894027d1dccd6e2c5
Author: Vivek Krishnan <[email protected]>
Date: 2016-09-28T06:21:42Z
TINKERPOP-1044: When using Gremlin-Server Client over REST endpoint and the
gremlin query results in a groovy script Exception/Error, will output the
Throwable class name as well as the Throwable Message in the message body of
the HTTP Response
----
> ResponseMessage should contain server-side exception name.
> ----------------------------------------------------------
>
> Key: TINKERPOP-1044
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1044
> Project: TinkerPop
> Issue Type: Improvement
> Components: server
> Affects Versions: 3.1.0-incubating
> Reporter: Bob Briody
> Priority: Minor
>
> When an exception occurs during execution by gremlin server, the
> ResponseMessage currently contains the Exception message, but it would also
> be helpful to include the Exception class name.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)