ArangoDB-Community / arangodb-net-standard

A consistent, comprehensive, minimal interface to enable .NET applications to use the complete range of features exposed by the ArangoDB REST API.
Apache License 2.0
76 stars 30 forks source link

Added ArangoDBErrors enum #447

Closed tjoubert closed 1 year ago

tjoubert commented 1 year ago

Solves issue #424 Added an enum of ArangoDB errors.

tjoubert commented 1 year ago

@DiscoPYF, I did consider the project convention. However, I think it's better to leave the error code names exactly as defined by the server. I have added a new issue for a script to generate the enum file.