[arangodb-google] Re: ArangoDB java driver get error code

2016-12-01 Thread mpv1989
Yes. But I added this to my todo list. Maybe I can implement something for the next release. Best Mark Am Mittwoch, 30. November 2016 11:42:54 UTC+1 schrieb Christoph Engel: > > Hi Mark, > > thanks for your reply. Does that mean I have to parse the error message > string to get the code? > >

[arangodb-google] Re: ArangoDB java driver get error code

2016-11-30 Thread Christoph Engel
Hi Mark, thanks for your reply. Does that mean I have to parse the error message string to get the code? best regards Christoph Am Mittwoch, 30. November 2016 09:18:22 UTC+1 schrieb mpv1989: > > Hi Christoph, > > in version 4.1.2 every information of the error is part of the >

[arangodb-google] Re: ArangoDB java driver get error code

2016-11-30 Thread mpv1989
Hi Christoph, in version 4.1.2 every information of the error is part of the exception.erroMessage. The format is: "Response: {errorCode}, Error: {errorNumber} - {errorMessage}" If no error occurs but the responseCode is 300 or above the errorMessage only contains: "Response Code: