neo4j / neo4j-dotnet-driver

Neo4j Bolt driver for .NET
Apache License 2.0
231 stars 69 forks source link

Mark client errors as client errors #665

Closed robsdedude closed 1 year ago

robsdedude commented 1 year ago

This works towards our new list of errors on which we want our drivers to fail fast during discovery. Note, that the .NET (with and without this PR) is more strict than other drivers and tends to fail faster during discover.

Here are the error codes other drivers use to determine whether they should fail fast during discovery:

robsdedude commented 1 year ago

This needs some proper fixing. Instead, I'll skip the tests for now https://github.com/neo4j/neo4j-dotnet-driver/pull/665