-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Description
In some cases the server will not reply with a json response; If thats the case the java driver seems to invoke the json driver anyways, which then in term throws an exception.
The resulting exception however doesn't contain any useful information about the real error itself.
Thus the javadriver should check the content type, and catch parser errors so it can give the user the actual error message.
It seems as if this line is missing the exception handling:
at com.arangodb.entity.EntityFactory.createEntity(EntityFactory.java:109)
Metadata
Metadata
Assignees
Labels
No labels