ra0o0f / arangoclient.net

ArangoDB .NET Client with LINQ support
Apache License 2.0
99 stars 37 forks source link

Global error handling policy #134

Open imtrobin opened 4 years ago

imtrobin commented 4 years ago

Hi, I noticed that if I Insert an existing document, it will return me a null Key. It seems the only way to get an error notification is to set a callback to get the baseResult.

It is tedious to do this for every api call, can you put a global error handling policy so we don't have to do so for every call.