Re: [DISCUSS] Server Error Response Behaviour

2023-02-06 Thread Cole Greer
at 12:34 AM To: dev@tinkerpop.apache.org Subject: Re: [DISCUSS] Server Error Response Behaviour I would look at it from the lens of the user (gremlin client) experience. The server should provide the details of the error if the user could either take a corrective action or apply a workaround.

Re: [DISCUSS] Server Error Response Behaviour

2023-02-03 Thread Divij Vaidya
I would look at it from the lens of the user (gremlin client) experience. The server should provide the details of the error if the user could either take a corrective action or apply a workaround. As an example, in the StackOverflowError error you quoted, a customer can reduce the length of the q

[DISCUSS] Server Error Response Behaviour

2023-02-02 Thread Cole Greer
Hi everyone, A question came up on this PR which I think is worthy of a broader discussion. The current state of the server is that if an uncaught error or an exception is thrown during a gremlin script traversal, the server will return that error/