[
https://issues.apache.org/jira/browse/TINKERPOP-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Teonna Zaragoza updated TINKERPOP-2285:
---------------------------------------
Description:
When posting an edge the error that is returned is string.
error.message is a string with the actual error
connection.js line 265
```
newError(util.format('Server error: %s
(%d)',response.status.message,response.status.code)));
```
was:
When posting an edge the error that is returned is string.
error.message is a string with the actual error
> Error object is unreachable
> ---------------------------
>
> Key: TINKERPOP-2285
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2285
> Project: TinkerPop
> Issue Type: Bug
> Components: driver
> Reporter: Teonna Zaragoza
> Priority: Major
> Labels: javascript
>
> When posting an edge the error that is returned is string.
> error.message is a string with the actual error
>
> connection.js line 265
> ```
> newError(util.format('Server error: %s
> (%d)',response.status.message,response.status.code)));
> ```
--
This message was sent by Atlassian Jira
(v8.3.2#803003)