Hi,

I've updated the ArangoDB-driver in my Java project from version 3.0 to 
version 4.1.2. With version 3.0 of the ArangoDB-driver I could get an error 
number from the ArangoException-Object.
...
catch (ArangoException e)
{
   if(e.getErrorNumber() == ...)
   {
      ...
   }
}
I've searched a lot of time but I couldn't find something similar for the 
version 4.1.2.
Is there a chance to get these error numbers (especially for duplicate 
document-/edge-keys) from the new ArangoDB-driver? I need it for my own 
error handling within my project.

best regards 
Christoph

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to arangodb+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to